compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::Solve< Decomposition, RhsType > Class Template Reference

Pseudo expression representing a solving operation. More...

#include <Solve.h>

Inheritance diagram for Eigen::Solve< Decomposition, RhsType >:
Eigen::SolveImpl< Decomposition, RhsType, internal::traits< RhsType >::StorageKind >

Public Types

typedef internal::traits< Solve >::PlainObject PlainObject
 
typedef internal::traits< Solve >::StorageIndex StorageIndex
 
- Public Types inherited from Eigen::SolveImpl< Decomposition, RhsType, internal::traits< RhsType >::StorageKind >
typedef internal::generic_xpr_base< Solve< Decomposition, RhsType >, MatrixXpr, internal::traits< RhsType >::StorageKind >::type Base
 

Public Member Functions

 Solve (const Decomposition &dec, const RhsType &rhs)
 
EIGEN_DEVICE_FUNC Index rows () const
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC const Decomposition & dec () const
 
EIGEN_DEVICE_FUNC const RhsType & rhs () const
 

Protected Attributes

const Decomposition & m_dec
 
const RhsType & m_rhs
 

Detailed Description

template<typename Decomposition, typename RhsType>
class Eigen::Solve< Decomposition, RhsType >

Pseudo expression representing a solving operation.

Template Parameters
Decompositionthe type of the matrix or decomposion object
Rhstypethe type of the right-hand side

This class represents an expression of A.solve(B) and most of the time this is the only way it is used.


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