NTPoly
Static Protected Member Functions | List of all members
NTPoly::SolverBase Class Reference

A class that serves as the base class for all the solvers. More...

#include <SolverBase.h>

Inheritance diagram for NTPoly::SolverBase:
NTPoly::ChebyshevPolynomial NTPoly::DensityMatrixSolvers NTPoly::EigenBounds NTPoly::EigenSolvers NTPoly::ExponentialSolvers NTPoly::GeometryOptimization NTPoly::HermitePolynomial NTPoly::InverseSolvers NTPoly::LinearSolvers NTPoly::Polynomial NTPoly::RootSolvers NTPoly::SignSolvers NTPoly::SquareRootSolvers NTPoly::TrigonometrySolvers

Static Protected Member Functions

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 that serves as the base class for all the solvers.

Member Function Documentation

◆ GetIH() [1/4]

const int * NTPoly::SolverBase::GetIH ( const Matrix_ps dsm)
staticprotected

Get the internal handle from a dense sparse matrix.

Parameters
dsmthe matrix to get the handle from.

◆ GetIH() [2/4]

int * NTPoly::SolverBase::GetIH ( Matrix_ps dsm)
staticprotected

Get the internal handle from a dense sparse matrix.

Parameters
dsmthe matrix to get the handle from.

◆ GetIH() [3/4]

const int * NTPoly::SolverBase::GetIH ( const SolverParameters csp)
staticprotected

Get the internal handle from a solver parameter set.

Parameters
cspthe parameteres to get the handle from.

◆ GetIH() [4/4]

int * NTPoly::SolverBase::GetIH ( SolverParameters csp)
staticprotected

Get the internal handle from a solver parameter set.

Parameters
cspthe parameteres to get the handle from.

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