Package hedge :: Module polynomial :: Class LegendreFunction
[hide private]
[frames] | no frames]

Class LegendreFunction

source code


Instance Methods [hide private]
 
__init__(self, N)
__init__( (object)arg1, (object)arg2, (object)arg3, (object)arg4) -> None :
source code

Inherited from _internal.JacobiPolynomial: __call__, __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]

Inherited from _internal.JacobiPolynomial: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, N)
(Constructor)

source code 

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

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

Overrides: object.__init__
(inherited documentation)