Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DenseMatrixOperation Struct Reference

#include <matrix_operations.hpp>

Public Member Functions

 DenseMatrixOperation (const DenseMatrix &matrix)
 
DenseMatrix operator() (const DenseMatrix &rhs)
 

Public Attributes

const DenseMatrix_matrix
 

Static Public Attributes

static const char * ARPACK_CODE = "LM"
 
static const bool largest = true
 

Detailed Description

Matrix-matrix operation used to compute largest eigenvalues and associated eigenvectors. Essentially computes matrix product with provided right-hand side part.

Definition at line 75 of file matrix_operations.hpp.

Constructor & Destructor Documentation

DenseMatrixOperation ( const DenseMatrix matrix)

Definition at line 77 of file matrix_operations.hpp.

Member Function Documentation

DenseMatrix operator() ( const DenseMatrix rhs)

Computes matrix product of the matrix and provided right-hand side matrix.

Parameters
rhsright-hand size matrix

Definition at line 85 of file matrix_operations.hpp.

Member Data Documentation

const DenseMatrix& _matrix

Definition at line 89 of file matrix_operations.hpp.

const char * ARPACK_CODE = "LM"
static

Definition at line 90 of file matrix_operations.hpp.

const bool largest = true
static

Definition at line 91 of file matrix_operations.hpp.


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