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

A class for inverting matrices. More...

#include <InverseSolvers.h>

Inheritance diagram for NTPoly::InverseSolvers:
NTPoly::SolverBase

Static Public Member Functions

static void Invert (const DistributedSparseMatrix &Overlap, DistributedSparseMatrix &InverseMat, const IterativeSolverParameters &solver_parameters)
 

Additional Inherited Members

- Static Protected Member Functions inherited from NTPoly::SolverBase
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 for inverting matrices.

Member Function Documentation

◆ Invert()

void NTPoly::InverseSolvers::Invert ( const DistributedSparseMatrix Overlap,
DistributedSparseMatrix InverseMat,
const IterativeSolverParameters solver_parameters 
)
static

Compute the inverse of a matrix. An implementation of Hotelling's method.

Parameters
Overlapthe matrix to invert.
InverseMat= Overlap^-1.
solver_parametersparameters for the solver

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