Public Member Functions | Private Types | Private Attributes | List of all members
Spectra::DenseGenMatProd< Scalar > Class Template Reference

#include <DenseGenMatProd.h>

Public Member Functions

Index cols () const
 
 DenseGenMatProd (ConstGenericMatrix &mat)
 
void perform_op (const Scalar *x_in, Scalar *y_out) const
 
Index rows () const
 

Private Types

typedef const Eigen::Ref< const MatrixConstGenericMatrix
 
typedef Eigen::Index Index
 
typedef Eigen::Map< const VectorMapConstVec
 
typedef Eigen::Map< VectorMapVec
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::DynamicMatrix
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
 

Private Attributes

ConstGenericMatrix m_mat
 

Detailed Description

template<typename Scalar>
class Spectra::DenseGenMatProd< Scalar >

This class defines the matrix-vector multiplication operation on a general real matrix $A$, i.e., calculating $y=Ax$ for any vector $x$. It is mainly used in the GenEigsSolver and SymEigsSolver eigen solvers.

Definition at line 29 of file DenseGenMatProd.h.

Member Typedef Documentation

template<typename Scalar >
typedef const Eigen::Ref<const Matrix> Spectra::DenseGenMatProd< Scalar >::ConstGenericMatrix
private

Definition at line 37 of file DenseGenMatProd.h.

template<typename Scalar >
typedef Eigen::Index Spectra::DenseGenMatProd< Scalar >::Index
private

Definition at line 32 of file DenseGenMatProd.h.

template<typename Scalar >
typedef Eigen::Map<const Vector> Spectra::DenseGenMatProd< Scalar >::MapConstVec
private

Definition at line 35 of file DenseGenMatProd.h.

template<typename Scalar >
typedef Eigen::Map<Vector> Spectra::DenseGenMatProd< Scalar >::MapVec
private

Definition at line 36 of file DenseGenMatProd.h.

template<typename Scalar >
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> Spectra::DenseGenMatProd< Scalar >::Matrix
private

Definition at line 33 of file DenseGenMatProd.h.

template<typename Scalar >
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1> Spectra::DenseGenMatProd< Scalar >::Vector
private

Definition at line 34 of file DenseGenMatProd.h.

Constructor & Destructor Documentation

template<typename Scalar >
Spectra::DenseGenMatProd< Scalar >::DenseGenMatProd ( ConstGenericMatrix mat)
inline

Constructor to create the matrix operation object.

Parameters
matAn Eigen matrix object, whose type can be Eigen::Matrix<Scalar, ...> (e.g. Eigen::MatrixXd and Eigen::MatrixXf), or its mapped version (e.g. Eigen::Map<Eigen::MatrixXd>).

Definition at line 50 of file DenseGenMatProd.h.

Member Function Documentation

template<typename Scalar >
Index Spectra::DenseGenMatProd< Scalar >::cols ( void  ) const
inline

Return the number of columns of the underlying matrix.

Definition at line 61 of file DenseGenMatProd.h.

template<typename Scalar >
void Spectra::DenseGenMatProd< Scalar >::perform_op ( const Scalar x_in,
Scalar y_out 
) const
inline

Perform the matrix-vector multiplication operation $y=Ax$.

Parameters
x_inPointer to the $x$ vector.
y_outPointer to the $y$ vector.

Definition at line 70 of file DenseGenMatProd.h.

template<typename Scalar >
Index Spectra::DenseGenMatProd< Scalar >::rows ( void  ) const
inline

Return the number of rows of the underlying matrix.

Definition at line 57 of file DenseGenMatProd.h.

Member Data Documentation

template<typename Scalar >
ConstGenericMatrix Spectra::DenseGenMatProd< Scalar >::m_mat
private

Definition at line 39 of file DenseGenMatProd.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:59:20