Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 50 of file matrix_operations.hpp.

Constructor & Destructor Documentation

Definition at line 52 of file matrix_operations.hpp.

Member Function Documentation

DenseMatrix operator() ( const DenseMatrix operatee)

Solves linear system with provided right-hand size

Definition at line 58 of file matrix_operations.hpp.

Member Data Documentation

const char * ARPACK_CODE = "SM"
static

Definition at line 63 of file matrix_operations.hpp.

const bool largest = false
static

Definition at line 64 of file matrix_operations.hpp.

DenseSolver solver

Definition at line 62 of file matrix_operations.hpp.


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