Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::generic_matrix_wrapper< MatrixType, false > Class Template Reference

#include <IterativeSolverBase.h>

Classes

struct  ConstSelfAdjointViewReturnType
 

Public Types

enum  { MatrixFree = false }
 
typedef Ref< const MatrixType > ActualMatrixType
 

Public Member Functions

 generic_matrix_wrapper ()
 
template<typename InputType >
 generic_matrix_wrapper (const InputType &mat)
 
template<typename MatrixDerived >
void grab (const EigenBase< MatrixDerived > &mat)
 
void grab (const Ref< const MatrixType > &mat)
 
const ActualMatrixTypematrix () const
 

Protected Attributes

MatrixType m_dummy
 
ActualMatrixType m_matrix
 

Detailed Description

template<typename MatrixType>
class Eigen::internal::generic_matrix_wrapper< MatrixType, false >

Definition at line 51 of file IterativeSolverBase.h.

Member Typedef Documentation

template<typename MatrixType >
typedef Ref<const MatrixType> Eigen::internal::generic_matrix_wrapper< MatrixType, false >::ActualMatrixType

Definition at line 54 of file IterativeSolverBase.h.

Member Enumeration Documentation

template<typename MatrixType >
anonymous enum
Enumerator
MatrixFree 

Definition at line 59 of file IterativeSolverBase.h.

Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::internal::generic_matrix_wrapper< MatrixType, false >::generic_matrix_wrapper ( )
inline

Definition at line 63 of file IterativeSolverBase.h.

template<typename MatrixType >
template<typename InputType >
Eigen::internal::generic_matrix_wrapper< MatrixType, false >::generic_matrix_wrapper ( const InputType &  mat)
inline

Definition at line 68 of file IterativeSolverBase.h.

Member Function Documentation

template<typename MatrixType >
template<typename MatrixDerived >
void Eigen::internal::generic_matrix_wrapper< MatrixType, false >::grab ( const EigenBase< MatrixDerived > &  mat)
inline

Definition at line 78 of file IterativeSolverBase.h.

template<typename MatrixType >
void Eigen::internal::generic_matrix_wrapper< MatrixType, false >::grab ( const Ref< const MatrixType > &  mat)
inline

Definition at line 84 of file IterativeSolverBase.h.

template<typename MatrixType >
const ActualMatrixType& Eigen::internal::generic_matrix_wrapper< MatrixType, false >::matrix ( ) const
inline

Definition at line 72 of file IterativeSolverBase.h.

Member Data Documentation

template<typename MatrixType >
MatrixType Eigen::internal::generic_matrix_wrapper< MatrixType, false >::m_dummy
protected

Definition at line 94 of file IterativeSolverBase.h.

template<typename MatrixType >
ActualMatrixType Eigen::internal::generic_matrix_wrapper< MatrixType, false >::m_matrix
protected

Definition at line 95 of file IterativeSolverBase.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37