Medial Code Documentation
|
Public Types | |
typedef remove_all< typenameRhs::Nested >::type | RhsNestedCleaned |
typedef ReturnByValue< triangular_solve_retval > | Base |
![]() | |
typedef internal::traits< triangular_solve_retval< Side, TriangularType, Rhs > >::ReturnType | ReturnType |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
Public Member Functions | |
triangular_solve_retval (const TriangularType &tri, const Rhs &rhs) | |
Index | rows () const |
Index | cols () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
![]() | |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | cols () const |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
Protected Attributes | |
const TriangularType & | m_triangularMatrix |
Rhs::Nested | m_rhs |