Functions | |
def | p (i) |
def | u (t, i) |
def | w (i, s) |
def | listpseudoinv (lst, pwr=1) |
def | d (mat) |
def | basiscoeffs (i, s, conditioning=True) |
def | allcoeffs (s) |
def | basisfunctionvalue (t, i, borc, s, coeffs) |
Variables | |
list | knotslist = [0.0] |
def lalpulsar.piecewise_model.basis_functions.p | ( | i | ) |
Definition at line 41 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.u | ( | t, | |
i | |||
) |
Definition at line 47 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.w | ( | i, | |
s | |||
) |
Definition at line 52 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.listpseudoinv | ( | lst, | |
pwr = 1 |
|||
) |
Definition at line 90 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.d | ( | mat | ) |
Definition at line 103 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.basiscoeffs | ( | i, | |
s, | |||
conditioning = True |
|||
) |
Definition at line 108 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.allcoeffs | ( | s | ) |
Definition at line 136 of file basis_functions.py.
def lalpulsar.piecewise_model.basis_functions.basisfunctionvalue | ( | t, | |
i, | |||
borc, | |||
s, | |||
coeffs | |||
) |
Definition at line 145 of file basis_functions.py.
list lalpulsar.piecewise_model.basis_functions.knotslist = [0.0] |
Definition at line 37 of file basis_functions.py.