File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
PolynomialBivariate.h
1#ifndef PolynomialBivariate_h
2#define PolynomialBivariate_h
8/* SPDX-License-Identifier: CC0-1.0 */
9#include <vector>
10#include "BasisFunction.h"
11
12namespace Isis {
38 public:
39 PolynomialBivariate(int degree);
40
43
44 void Expand(const std::vector<double> &vars);
45
46 private:
48 };
49};
50
51#endif
52
Generic linear equation class.
Nth degree Polynomial with two variables.
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion of the two input variables in...
PolynomialBivariate(int degree)
Create a PolynomialBivariate object.
int p_degree
The order/degree of the polynomial.
~PolynomialBivariate()
Destroys the PolynomialBivariate object.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:15:09