hedge :: _internal :: GradTriangleBasisFunction :: Class GradTriangleBasisFunction
[hide private]
[frames] | no frames]

Class GradTriangleBasisFunction


Instance Methods [hide private]
 
__call__(...)
__call__( (GradTriangleBasisFunction)arg1, (numpy.ndarray)arg2) -> object :
 
__init__(...)
__init__( (object)arg1, (object)arg2, (object)arg3) -> None :
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 160
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (GradTriangleBasisFunction)arg1, (numpy.ndarray)arg2) -> object :

    C++ signature :
        boost::tuples::tuple<double, double, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> __call__(hedge::grad_triangle_basis_function {lvalue},pyublas::numpy_vector<double>)

__init__(...)
(Constructor)

 

__init__( (object)arg1, (object)arg2, (object)arg3) -> None :

    C++ signature :
        void __init__(_object*,unsigned int,unsigned int)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)