10 #ifndef EIGEN_INVERSE_H 11 #define EIGEN_INVERSE_H 15 template<
typename XprType,
typename StorageKind>
class InverseImpl;
19 template<
typename XprType>
21 :
traits<typename XprType::PlainObject>
42 template<
typename XprType>
67 template<
typename XprType,
typename StorageKind>
77 Scalar coeff(
Index i)
const;
92 template<
typename ArgType>
94 :
public evaluator<typename Inverse<ArgType>::PlainObject>
103 : m_result(inv_xpr.
rows(), inv_xpr.
cols())
105 ::new (static_cast<Base*>(
this)) Base(m_result);
117 #endif // EIGEN_INVERSE_H EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void call_assignment_no_alias(Dst &dst, const Src &src, const Func &func)
XprType::StorageIndex StorageIndex
InverseType::PlainObject PlainObject
Namespace containing all symbols from the Eigen library.
const unsigned int RowMajorBit
EIGEN_DEVICE_FUNC Inverse(const XprType &xpr)
Inverse< ArgType > InverseType
evaluator< PlainObject > Base
Expression of the inverse of another expression.
internal::remove_all< XprTypeNested >::type XprTypeNestedCleaned
Generic expression where a coefficient-wise binary operator is applied to two expressions.
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
internal::remove_all< XprType >::type NestedExpression
internal::generic_xpr_base< Inverse< XprType > >::type Base
internal::ref_selector< XprType >::type XprTypeNested
#define EIGEN_DEVICE_FUNC
traits< PlainObject > BaseTraits
internal::ref_selector< Inverse >::type Nested
XprType::PlainObject PlainObject
const unsigned int EvalBeforeNestingBit
Generic expression where a coefficient-wise unary operator is applied to an expression.
unary_evaluator(const InverseType &inv_xpr)
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned & nestedExpression() const
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT