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

A class for computing the eigen and singular value decomposition. More...

#include <EigenSolvers.h>

Inheritance diagram for NTPoly::EigenSolvers:
NTPoly::SolverBase

Static Public Member Functions

static void ReferenceEigenDecomposition (const Matrix_ps &matrix, Matrix_ps &eigenvectors, Matrix_ps &eigenvalues, const SolverParameters &solver_parameters)
 Compute the eigenvalues and eigenvectors of a matrix.
 

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 the eigen and singular value decomposition.


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