File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef PolynomialBivariate_h
2 #define PolynomialBivariate_h
10 #include "BasisFunction.h"
44 void Expand(
const std::vector<double> &vars);
~PolynomialBivariate()
Destroys the PolynomialBivariate object.
Generic linear equation class.
PolynomialBivariate(int degree)
Create a PolynomialBivariate object.
Nth degree Polynomial with two variables.
int p_degree
The order/degree of the polynomial.
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion of the two input variables in...
This is free and unencumbered software released into the public domain.