Pseudo expression representing a solving operation. More...
#include <Solve.h>
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 EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
const EIGEN_DEVICE_FUNC Decomposition & | dec () const |
const EIGEN_DEVICE_FUNC RhsType & | rhs () const |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Solve (const Decomposition &dec, const RhsType &rhs) | |
Protected Attributes | |
const Decomposition & | m_dec |
const RhsType & | m_rhs |
Pseudo expression representing a solving operation.
Decomposition | the type of the matrix or decomposition object |
Rhstype | the 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.
typedef internal::traits<Solve>::PlainObject Eigen::Solve< Decomposition, RhsType >::PlainObject |
typedef internal::traits<Solve>::StorageIndex Eigen::Solve< Decomposition, RhsType >::StorageIndex |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |