evoxels.function_approximators

Classes

ChemicalPotentialLegendrePolynomials(max_degree)

DiffusionLegendrePolynomials(max_degree)

ExpLegendrePolynomials(max_degree)

LegendrePolynomialRecurrence(max_degree)

class evoxels.function_approximators.ChemicalPotentialLegendrePolynomials(max_degree: int)
__init__(max_degree: int) None
max_degree: int
class evoxels.function_approximators.DiffusionLegendrePolynomials(max_degree: int)
__init__(max_degree: int) None
max_degree: int
class evoxels.function_approximators.ExpLegendrePolynomials(max_degree: int)
__init__(max_degree: int) None
max_degree: int
class evoxels.function_approximators.LegendrePolynomialRecurrence(max_degree: int)
T0(x)
__init__(max_degree: int) None
max_degree: int