NTPoly
Public Member Functions | List of all members
NTPoly::HermitePolynomial Class Reference

A Class For Computing Matrix functions based on Hermite polynomials. More...

#include <HermiteSolvers.h>

Inheritance diagram for NTPoly::HermitePolynomial:
NTPoly::SolverBase

Public Member Functions

 HermitePolynomial (int degree)
 
void SetCoefficient (int degree, double coefficient)
 
void Compute (const Matrix_ps &InputMat, Matrix_ps &OutputMat, const SolverParameters &solver_parameters) const
 
 ~HermitePolynomial ()
 Standard destructor.
 

Additional Inherited Members

- Static Protected Member Functions inherited from NTPoly::SolverBase
static const int * GetIH (const Matrix_ps &dsm)
 
static int * GetIH (Matrix_ps &dsm)
 
static const int * GetIH (const SolverParameters &csp)
 
static int * GetIH (SolverParameters &csp)
 

Detailed Description

A Class For Computing Matrix functions based on Hermite polynomials.

Constructor & Destructor Documentation

◆ HermitePolynomial()

NTPoly::HermitePolynomial::HermitePolynomial ( int  degree)

Basic constructor.

Parameters
degreeof the polynomial.

Member Function Documentation

◆ Compute()

void NTPoly::HermitePolynomial::Compute ( const Matrix_ps InputMat,
Matrix_ps OutputMat,
const SolverParameters solver_parameters 
) const

Compute A Matrix Hermite Polynomial.

Parameters
InputMatinput matrix.
OutputMat= p(InputMat)
solver_parametersparameters for the solver

◆ SetCoefficient()

void NTPoly::HermitePolynomial::SetCoefficient ( int  degree,
double  coefficient 
)

Set a polynomial coefficient.

Parameters
degreefor which to set the coefficient.
coefficientvalue.

The documentation for this class was generated from the following files: