|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef PolynomialBivariate_h
2 #define PolynomialBivariate_h
44 void Expand(
const std::vector<double> &vars);
~PolynomialBivariate()
Destroys the PolynomialBivariate object.
Definition: PolynomialBivariate.h:42
Generic linear equation class.
Definition: BasisFunction.h:48
PolynomialBivariate(int degree)
Create a PolynomialBivariate object.
Definition: PolynomialBivariate.cpp:17
Nth degree Polynomial with two variables.
Definition: PolynomialBivariate.h:37
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion of the two input variables in...
Definition: PolynomialBivariate.cpp:29
std::vector< double > p_terms
A vector of the terms in the equation.
Definition: BasisFunction.h:127
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16