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 >:
Inheritance graph
[legend]

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

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

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.

Definition at line 62 of file Solve.h.

Member Typedef Documentation

template<typename Decomposition, typename RhsType>
typedef internal::traits<Solve>::PlainObject Eigen::Solve< Decomposition, RhsType >::PlainObject

Definition at line 65 of file Solve.h.

template<typename Decomposition, typename RhsType>
typedef internal::traits<Solve>::StorageIndex Eigen::Solve< Decomposition, RhsType >::StorageIndex

Definition at line 66 of file Solve.h.

Constructor & Destructor Documentation

template<typename Decomposition, typename RhsType>
Eigen::Solve< Decomposition, RhsType >::Solve ( const Decomposition &  dec,
const RhsType &  rhs 
)
inline

Definition at line 68 of file Solve.h.

Member Function Documentation

template<typename Decomposition, typename RhsType>
EIGEN_DEVICE_FUNC Index Eigen::Solve< Decomposition, RhsType >::cols ( void  ) const
inline

Definition at line 73 of file Solve.h.

template<typename Decomposition, typename RhsType>
EIGEN_DEVICE_FUNC const Decomposition& Eigen::Solve< Decomposition, RhsType >::dec ( ) const
inline

Definition at line 75 of file Solve.h.

template<typename Decomposition, typename RhsType>
EIGEN_DEVICE_FUNC const RhsType& Eigen::Solve< Decomposition, RhsType >::rhs ( ) const
inline

Definition at line 76 of file Solve.h.

template<typename Decomposition, typename RhsType>
EIGEN_DEVICE_FUNC Index Eigen::Solve< Decomposition, RhsType >::rows ( void  ) const
inline

Definition at line 72 of file Solve.h.

Member Data Documentation

template<typename Decomposition, typename RhsType>
const Decomposition& Eigen::Solve< Decomposition, RhsType >::m_dec
protected

Definition at line 79 of file Solve.h.

template<typename Decomposition, typename RhsType>
const RhsType& Eigen::Solve< Decomposition, RhsType >::m_rhs
protected

Definition at line 80 of file Solve.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:20