A Class For Computing Matrix functions based on Hermite polynomials.  
 More...
#include <HermiteSolvers.h>
A Class For Computing Matrix functions based on Hermite polynomials. 
◆ HermitePolynomial()
      
        
          | NTPoly::HermitePolynomial::HermitePolynomial | ( | int | degree | ) |  | 
      
 
Basic constructor. 
- Parameters
- 
  
  
 
 
◆ Compute()
Compute A Matrix Hermite Polynomial. 
- Parameters
- 
  
    | InputMat | input matrix. |  | OutputMat | = p(InputMat) |  | solver_parameters | parameters for the solver |  
 
 
 
◆ SetCoefficient()
      
        
          | void NTPoly::HermitePolynomial::SetCoefficient | ( | int | degree, | 
        
          |  |  | double | coefficient | 
        
          |  | ) |  |  | 
      
 
Set a polynomial coefficient. 
- Parameters
- 
  
    | degree | for which to set the coefficient. |  | coefficient | value. |  
 
 
 
The documentation for this class was generated from the following files:
- /Users/wddawson/Desktop/NTPoly/Source/CPlusPlus/HermiteSolvers.h
- /Users/wddawson/Desktop/NTPoly/Source/CPlusPlus/HermiteSolvers.cc