Tapkee
DenseInverseMatrixOperation Struct Reference

#include <matrix_operations.hpp>

Public Member Functions

 DenseInverseMatrixOperation (const DenseMatrix &matrix)
 
DenseMatrix operator() (const DenseMatrix &operatee)
 

Public Attributes

DenseSolver solver
 

Static Public Attributes

static const char * ARPACK_CODE = "SM"
 
static const bool largest = false
 

Detailed Description

Matrix-matrix operation used to compute smallest eigenvalues and associated eigenvectors of a dense matrix Essentially solves linear system with provided right-hand side part.

Definition at line 57 of file matrix_operations.hpp.

Constructor & Destructor Documentation

◆ DenseInverseMatrixOperation()

Definition at line 59 of file matrix_operations.hpp.

Member Function Documentation

◆ operator()()

DenseMatrix operator() ( const DenseMatrix operatee)

Solves linear system with provided right-hand size

Definition at line 65 of file matrix_operations.hpp.

Member Data Documentation

◆ ARPACK_CODE

const char * ARPACK_CODE = "SM"
static

Definition at line 70 of file matrix_operations.hpp.

◆ largest

const bool largest = false
static

Definition at line 71 of file matrix_operations.hpp.

◆ solver

DenseSolver solver

Definition at line 69 of file matrix_operations.hpp.


The documentation for this struct was generated from the following file: