Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes
Eigen::internal::solve_retval< SparseLLT< _MatrixType, Cholmod >, Rhs > Struct Template Reference

Detailed Description

template<typename _MatrixType, typename Rhs>
struct Eigen::internal::solve_retval< SparseLLT< _MatrixType, Cholmod >, Rhs >

Definition at line 198 of file CholmodSupport.

Inheritance diagram for Eigen::internal::solve_retval< SparseLLT< _MatrixType, Cholmod >, Rhs >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef SparseLLT< _MatrixType,
Cholmod
SpLLTDecType
typedef remove_all< typename
Rhs::Nested >::type 
RhsNestedCleaned
typedef remove_all< typename
Rhs::Nested >::type 
RhsNestedCleaned
typedef remove_all< typename
Rhs::Nested >::type 
RhsNestedCleaned
typedef remove_all< typename
Rhs::Nested >::type 
RhsNestedCleaned
typedef remove_all< typename
Rhs::Nested >::type 
RhsNestedCleaned
typedef SparseLLT< _MatrixType,
Cholmod
DecompositionType
typedef SparseLLT< _MatrixType,
Cholmod
DecompositionType
typedef SparseLLT< _MatrixType,
Cholmod
DecompositionType
typedef SparseLLT< _MatrixType,
Cholmod
DecompositionType
typedef SparseLLT< _MatrixType,
Cholmod
DecompositionType
typedef ReturnByValue
< solve_retval_base
Base
typedef ReturnByValue
< solve_retval_base
Base
typedef ReturnByValue
< solve_retval_base
Base
typedef ReturnByValue
< solve_retval_base
Base
typedef ReturnByValue
< solve_retval_base
Base
typedef Base::Index Index
typedef Base::Index Index
typedef Base::Index Index
typedef Base::Index Index
typedef Base::Index Index
typedef internal::traits
< solve_retval_base< SparseLLT
< _MatrixType, Cholmod >, Rhs >
>::ReturnType 
ReturnType

Public Member Functions

template<typename Dest >
void evalTo (Dest &dst) const
Index rows () const
Index rows () const
Index rows () const
Index rows () const
Index rows () const
Index cols () const
Index cols () const
Index cols () const
Index cols () const
Index cols () const
const DecompositionTypedec () const
const DecompositionTypedec () const
const DecompositionTypedec () const
const DecompositionTypedec () const
const DecompositionTypedec () const
const RhsNestedCleanedrhs () const
const RhsNestedCleanedrhs () const
const RhsNestedCleanedrhs () const
const RhsNestedCleanedrhs () const
const RhsNestedCleanedrhs () const

Protected Attributes

const DecompositionTypem_dec
const Rhs::Nested m_rhs

Member Typedef Documentation

typedef SparseLLT< _MatrixType, Cholmod > Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::DecompositionType [inherited]

Definition at line 50 of file LU.

typedef SparseLLT< _MatrixType, Cholmod > Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::DecompositionType [inherited]

Definition at line 50 of file QR.

typedef SparseLLT< _MatrixType, Cholmod > Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::DecompositionType [inherited]

Definition at line 50 of file SVD.

typedef SparseLLT< _MatrixType, Cholmod > Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::DecompositionType [inherited]

Definition at line 50 of file SparseExtra.

typedef SparseLLT< _MatrixType, Cholmod > Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::DecompositionType [inherited]

Definition at line 50 of file Cholesky.

typedef Base::Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::Index [inherited]

Definition at line 52 of file Cholesky.

typedef Base::Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::Index [inherited]

Definition at line 52 of file LU.

typedef Base::Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::Index [inherited]

Definition at line 52 of file SVD.

typedef Base::Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::Index [inherited]

Definition at line 52 of file QR.

typedef Base::Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::Index [inherited]

Definition at line 52 of file SparseExtra.

typedef internal::traits<solve_retval_base< SparseLLT< _MatrixType, Cholmod >, Rhs > >::ReturnType Eigen::ReturnByValue< solve_retval_base< SparseLLT< _MatrixType, Cholmod >, Rhs > >::ReturnType [inherited]

Definition at line 68 of file Core.

typedef remove_all<typename Rhs::Nested>::type Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::RhsNestedCleaned [inherited]

Definition at line 49 of file Cholesky.

typedef remove_all<typename Rhs::Nested>::type Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::RhsNestedCleaned [inherited]

Definition at line 49 of file LU.

typedef remove_all<typename Rhs::Nested>::type Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::RhsNestedCleaned [inherited]

Definition at line 49 of file SparseExtra.

typedef remove_all<typename Rhs::Nested>::type Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::RhsNestedCleaned [inherited]

Definition at line 49 of file QR.

typedef remove_all<typename Rhs::Nested>::type Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::RhsNestedCleaned [inherited]

Definition at line 49 of file SVD.

template<typename _MatrixType , typename Rhs >
typedef SparseLLT<_MatrixType, Cholmod> Eigen::internal::solve_retval< SparseLLT< _MatrixType, Cholmod >, Rhs >::SpLLTDecType

Definition at line 201 of file CholmodSupport.


Member Function Documentation

Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::cols ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::cols ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::cols ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::cols ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::cols ( void  ) const [inline, inherited]
const DecompositionType& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::dec ( ) const [inline, inherited]

Definition at line 60 of file SparseExtra.

const DecompositionType& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::dec ( ) const [inline, inherited]

Definition at line 60 of file Cholesky.

const DecompositionType& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::dec ( ) const [inline, inherited]

Definition at line 60 of file SVD.

const DecompositionType& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::dec ( ) const [inline, inherited]

Definition at line 60 of file LU.

const DecompositionType& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::dec ( ) const [inline, inherited]

Definition at line 60 of file QR.

template<typename _MatrixType , typename Rhs >
template<typename Dest >
void Eigen::internal::solve_retval< SparseLLT< _MatrixType, Cholmod >, Rhs >::evalTo ( Dest &  dst) const [inline]
const RhsNestedCleaned& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rhs ( ) const [inline, inherited]

Definition at line 61 of file SparseExtra.

const RhsNestedCleaned& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rhs ( ) const [inline, inherited]

Definition at line 61 of file SVD.

const RhsNestedCleaned& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rhs ( ) const [inline, inherited]

Definition at line 61 of file Cholesky.

const RhsNestedCleaned& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rhs ( ) const [inline, inherited]

Definition at line 61 of file LU.

const RhsNestedCleaned& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rhs ( ) const [inline, inherited]

Definition at line 61 of file QR.

Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rows ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rows ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rows ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rows ( void  ) const [inline, inherited]
Index Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::rows ( void  ) const [inline, inherited]

Member Data Documentation

const DecompositionType& Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::m_dec [protected, inherited]

Definition at line 69 of file Cholesky.

const Rhs::Nested Eigen::internal::solve_retval_base< SparseLLT< _MatrixType, Cholmod > , Rhs >::m_rhs [protected, inherited]

Definition at line 70 of file Cholesky.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo