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::ExponentialSolvers NTPoly::InverseSolvers NTPoly::LinearSolvers NTPoly::MinimizerSolvers NTPoly::Polynomial NTPoly::RootSolvers NTPoly::SignSolvers NTPoly::SquareRootSolvers NTPoly::TrigonometrySolvers

Static Protected Member Functions

static const int * GetIH (const DistributedSparseMatrix &dsm)
 
static int * GetIH (DistributedSparseMatrix &dsm)
 
static const int * GetIH (const IterativeSolverParameters &csp)
 
static int * GetIH (IterativeSolverParameters &csp)
 
static const int * GetIH (const FixedSolverParameters &csp)
 
static int * GetIH (FixedSolverParameters &csp)
 

Detailed Description

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

Member Function Documentation

◆ GetIH() [1/6]

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

Get the internal handle from a dense sparse matrix.

Parameters
dsmthe matrix to get the handle from.

◆ GetIH() [2/6]

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

Get the internal handle from a dense sparse matrix.

Parameters
dsmthe matrix to get the handle from.

◆ GetIH() [3/6]

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

Get the internal handle from a chemistry solver parameter set.

Parameters
cspthe parameteres to get the handle from.

◆ GetIH() [4/6]

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

Get the internal handle from a chemistry solver parameter set.

Parameters
cspthe parameteres to get the handle from.

◆ GetIH() [5/6]

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

Get the internal handle from a chemistry solver parameter set.

Parameters
cspthe parameteres to get the handle from.

◆ GetIH() [6/6]

int * NTPoly::SolverBase::GetIH ( FixedSolverParameters csp)
inlinestaticprotected

Get the internal handle from a chemistry solver parameter set.

Parameters
cspthe parameteres to get the handle from.

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