module documentation

Tests for legendre module.
Constant L0 Undocumented
Constant L1 Undocumented
Constant L2 Undocumented
Constant L3 Undocumented
Constant L4 Undocumented
Constant L5 Undocumented
Constant L6 Undocumented
Constant L7 Undocumented
Constant L8 Undocumented
Constant L9 Undocumented
Variable ​Llist Undocumented
Class ​Test​Arithmetic Undocumented
Class ​Test​Companion Undocumented
Class ​Test​Constants Undocumented
Class ​Test​Derivative Undocumented
Class ​Test​Evaluation Undocumented
Class ​Test​Fitting Undocumented
Class ​Test​Gauss Undocumented
Class ​Test​Integral Undocumented
Class ​Test​Misc Undocumented
Class ​Test​Vander Undocumented
Function trim Undocumented
L0 =

Undocumented

Value
np.array([1])
L1 =

Undocumented

Value
np.array([0, 1])
L2 =

Undocumented

Value
np.array([-1, 0, 3])/2
L3 =

Undocumented

Value
np.array([0, -3, 0, 5])/2
L4 =

Undocumented

Value
np.array([3, 0, -30, 0, 35])/8
L5 =

Undocumented

Value
np.array([0, 15, 0, -70, 0, 63])/8
L6 =

Undocumented

Value
np.array([-5, 0, 105, 0, -315, 0, 231])/16
L7 =

Undocumented

Value
np.array([0, -35, 0, 315, 0, -693, 0, 429])/16
L8 =

Undocumented

Value
np.array([35, 0, -1260, 0, 6930, 0, -12012, 0, 6435])/128
L9 =

Undocumented

Value
np.array([0, 315, 0, -4620, 0, 18018, 0, -25740, 0, 12155])/128
Llist =

Undocumented

def trim(x):

Undocumented