Go to the documentation of this file.
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>
54 explicit EIGEN_DEVICE_FUNC
Inverse(
const XprType &xpr)
68 template<
typename XprType,
typename StorageKind>
93 template<
typename ArgType>
95 :
public evaluator<typename Inverse<ArgType>::PlainObject>
104 : m_result(inv_xpr.rows(), inv_xpr.cols())
106 ::new (
static_cast<Base*
>(
this))
Base(m_result);
118 #endif // EIGEN_INVERSE_H
Expression of the inverse of another expression.
unary_evaluator(const InverseType &inv_xpr)
traits< PlainObject > BaseTraits
XprType::PlainObject PlainObject
internal::remove_all< XprTypeNested >::type XprTypeNestedCleaned
EIGEN_DEVICE_FUNC ColXpr col(Index i)
This is the const version of col().
const unsigned int RowMajorBit
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void call_assignment_no_alias(Dst &dst, const Src &src, const Func &func)
internal::ref_selector< XprType >::type XprTypeNested
internal::ref_selector< Inverse >::type Nested
XprType::StorageIndex StorageIndex
EIGEN_DEVICE_FUNC RowXpr row(Index i)
This is the const version of row(). */.
const EIGEN_DEVICE_FUNC XprTypeNestedCleaned & nestedExpression() const
EIGEN_DEVICE_FUNC Inverse(const XprType &xpr)
InverseType::PlainObject PlainObject
EIGEN_DEVICE_FUNC Index cols() const
Scalar coeff(Index row, Index col) const
evaluator< PlainObject > Base
internal::generic_xpr_base< Inverse< XprType > >::type Base
Inverse< ArgType > InverseType
internal::remove_all< XprType >::type NestedExpression
XprType::PlainObject PlainObject
const unsigned int EvalBeforeNestingBit
EIGEN_DEVICE_FUNC Index rows() const
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:49