|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC | Homogeneous (const MatrixType &matrix) |
|
EIGEN_DEVICE_FUNC const NestedExpression & | nestedExpression () const |
|
template<typename Rhs > |
EIGEN_DEVICE_FUNC const Product< Homogeneous, Rhs > | operator* (const MatrixBase< Rhs > &rhs) const |
|
template<typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::result_of< Func(Scalar, Scalar)>::type | redux (const Func &func) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC const AdjointReturnType | adjoint () const |
|
EIGEN_DEVICE_FUNC void | adjointInPlace () |
|
EIGEN_DEVICE_FUNC void | applyHouseholderOnTheLeft (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) |
|
EIGEN_DEVICE_FUNC void | applyHouseholderOnTheRight (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) |
|
void | applyOnTheLeft (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC void | applyOnTheLeft (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
|
void | applyOnTheRight (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC void | applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< Homogeneous< MatrixType, _Direction > > | array () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ArrayWrapper< const Homogeneous< MatrixType, _Direction > > | array () const |
|
EIGEN_DEVICE_FUNC const DiagonalWrapper< const Homogeneous< MatrixType, _Direction > > | asDiagonal () const |
|
const PermutationWrapper< const Homogeneous< MatrixType, _Direction > > | asPermutation () const |
|
BDCSVD< PlainObject > | bdcSvd (unsigned int computationOptions=0) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseBinaryOp< CustomBinaryOp, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | binaryExpr (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const |
|
RealScalar | blueNorm () const |
|
const ColPivHouseholderQR< PlainObject > | colPivHouseholderQr () const |
|
const CompleteOrthogonalDecomposition< PlainObject > | completeOrthogonalDecomposition () const |
|
void | computeInverseAndDetWithCheck (ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const |
|
void | computeInverseWithCheck (ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE MatrixBase< Homogeneous< MatrixType, _Direction > >::template cross_product_return_type< OtherDerived >::type | cross (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC cross_product_return_type< OtherDerived >::type | cross (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC PlainObject | cross3 (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbsReturnType | cwiseAbs () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbs2ReturnType | cwiseAbs2 () const |
|
EIGEN_DEVICE_FUNC const CwiseArgReturnType | cwiseArg () const |
|
EIGEN_DEVICE_FUNC const CwiseBinaryOp< numext::equal_to< Scalar >, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | cwiseEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC const CwiseScalarEqualReturnType | cwiseEqual (const Scalar &s) const |
|
EIGEN_DEVICE_FUNC const CwiseInverseReturnType | cwiseInverse () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_max_op< Scalar, Scalar >, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | cwiseMax (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_max_op< Scalar, Scalar >, const Homogeneous< MatrixType, _Direction >, const ConstantReturnType > | cwiseMax (const Scalar &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_min_op< Scalar, Scalar >, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | cwiseMin (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_min_op< Scalar, Scalar >, const Homogeneous< MatrixType, _Direction >, const ConstantReturnType > | cwiseMin (const Scalar &other) const |
|
EIGEN_DEVICE_FUNC const CwiseBinaryOp< numext::not_equal_to< Scalar >, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | cwiseNotEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
EIGEN_STRONG_INLINE const SparseMatrixBase< OtherDerived >::template CwiseProductDenseReturnType< Homogeneous< MatrixType, _Direction > >::Type | cwiseProduct (const SparseMatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_quotient_op< Scalar >, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | cwiseQuotient (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC const CwiseSignReturnType | cwiseSign () const |
|
EIGEN_DEVICE_FUNC const CwiseSqrtReturnType | cwiseSqrt () const |
|
EIGEN_DEVICE_FUNC Scalar | determinant () const |
|
EIGEN_DEVICE_FUNC DiagonalReturnType | diagonal () |
|
EIGEN_DEVICE_FUNC ConstDiagonalReturnType | diagonal () const |
|
EIGEN_DEVICE_FUNC DiagonalIndexReturnType< Index >::Type | diagonal () |
|
EIGEN_DEVICE_FUNC ConstDiagonalIndexReturnType< Index >::Type | diagonal () const |
|
EIGEN_DEVICE_FUNC DiagonalDynamicIndexReturnType | diagonal (Index index) |
|
EIGEN_DEVICE_FUNC ConstDiagonalDynamicIndexReturnType | diagonal (Index index) const |
|
EIGEN_DEVICE_FUNC Index | diagonalSize () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarBinaryOpTraits< typename internal::traits< Homogeneous< MatrixType, _Direction > >::Scalar, typename internal::traits< OtherDerived >::Scalar >::ReturnType | dot (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC ScalarBinaryOpTraits< typename internal::traits< Homogeneous< MatrixType, _Direction > >::Scalar, typename internal::traits< OtherDerived >::Scalar >::ReturnType | dot (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const | EIGEN_CWISE_BINARY_RETURN_TYPE (Homogeneous< MatrixType, _Direction >, OtherDerived, product) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
typedef | EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE (ConstStartMinusOne, Scalar, quotient) HNormalizedReturnType |
|
EigenvaluesReturnType | eigenvalues () const |
| Computes the eigenvalues of a matrix. More...
|
|
EIGEN_DEVICE_FUNC Matrix< Scalar, 3, 1 > | eulerAngles (Index a0, Index a1, Index a2) const |
|
const Homogeneous< MatrixType, _Direction > & | forceAlignedAccess () const |
|
Homogeneous< MatrixType, _Direction > & | forceAlignedAccess () |
|
internal::add_const_on_value_type< typename internal::conditional< Enable, ForceAlignedAccess< Homogeneous< MatrixType, _Direction > >, Homogeneous< MatrixType, _Direction > &>::type >::type | forceAlignedAccessIf () const |
|
internal::conditional< Enable, ForceAlignedAccess< Homogeneous< MatrixType, _Direction > >, Homogeneous< MatrixType, _Direction > &>::type | forceAlignedAccessIf () |
|
const Homogeneous< MatrixType, _Direction > & | forceAlignedAccessIf () const |
|
Homogeneous< MatrixType, _Direction > & | forceAlignedAccessIf () |
|
const FullPivHouseholderQR< PlainObject > | fullPivHouseholderQr () const |
|
const FullPivLU< PlainObject > | fullPivLu () const |
|
EIGEN_DEVICE_FUNC const HNormalizedReturnType | hnormalized () const |
| homogeneous normalization More...
|
|
EIGEN_DEVICE_FUNC HomogeneousReturnType | homogeneous () const |
|
const HouseholderQR< PlainObject > | householderQr () const |
|
RealScalar | hypotNorm () const |
|
EIGEN_DEVICE_FUNC const Inverse< Homogeneous< MatrixType, _Direction > > | inverse () const |
|
bool | isDiagonal (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isIdentity (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isLowerTriangular (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isOrthogonal (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isUnitary (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isUpperTriangular (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
JacobiSVD< PlainObject > | jacobiSvd (unsigned int computationOptions=0) const |
|
EIGEN_DEVICE_FUNC const Product< Homogeneous< MatrixType, _Direction >, OtherDerived, LazyProduct > | lazyProduct (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Product< Homogeneous< MatrixType, _Direction >, OtherDerived, LazyProduct > | lazyProduct (const MatrixBase< OtherDerived > &other) const |
|
const LDLT< PlainObject > | ldlt () const |
|
const LLT< PlainObject > | llt () const |
|
EIGEN_DEVICE_FUNC NumTraits< typename internal::traits< Homogeneous< MatrixType, _Direction > >::Scalar >::Real | lpNorm () const |
|
EIGEN_DEVICE_FUNC RealScalar | lpNorm () const |
|
const PartialPivLU< PlainObject > | lu () const |
|
EIGEN_DEVICE_FUNC void | makeHouseholder (EssentialPart &essential, Scalar &tau, RealScalar &beta) const |
|
EIGEN_DEVICE_FUNC void | makeHouseholderInPlace (Scalar &tau, RealScalar &beta) |
|
EIGEN_DEVICE_FUNC MatrixBase< Homogeneous< MatrixType, _Direction > > & | matrix () |
|
EIGEN_DEVICE_FUNC const MatrixBase< Homogeneous< MatrixType, _Direction > > & | matrix () const |
|
const MatrixFunctionReturnValue< Homogeneous< MatrixType, _Direction > > | matrixFunction (StemFunction f) const |
| Helper function for the unsupported MatrixFunctions module. More...
|
|
NoAlias< Homogeneous< MatrixType, _Direction >, Eigen::MatrixBase > EIGEN_DEVICE_FUNC | noalias () |
|
EIGEN_DEVICE_FUNC RealScalar | norm () const |
|
EIGEN_DEVICE_FUNC void | normalize () |
|
EIGEN_DEVICE_FUNC const PlainObject | normalized () const |
|
EIGEN_DEVICE_FUNC bool | operator!= (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC const CwiseBinaryOp< internal::scalar_boolean_and_op, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | operator&& (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC const Product< Homogeneous< MatrixType, _Direction >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
|
EIGEN_DEVICE_FUNC const Product< Homogeneous< MatrixType, _Direction >, DiagonalDerived, LazyProduct > | operator* (const DiagonalBase< DiagonalDerived > &diagonal) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Product< Homogeneous< MatrixType, _Direction >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
|
Homogeneous< MatrixType, _Direction > & | operator*= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Homogeneous< MatrixType, _Direction > & | operator+= (const MatrixBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Homogeneous< MatrixType, _Direction > & | operator-= (const MatrixBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Homogeneous< MatrixType, _Direction > & | operator= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Homogeneous< MatrixType, _Direction > & | operator= (const ReturnByValue< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Homogeneous< MatrixType, _Direction > & | operator= (const MatrixBase &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Homogeneous< MatrixType, _Direction > & | operator= (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC Homogeneous< MatrixType, _Direction > & | operator= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC Homogeneous< MatrixType, _Direction > & | operator= (const ReturnByValue< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC bool | operator== (const MatrixBase< OtherDerived > &other) const |
|
RealScalar | operatorNorm () const |
| Computes the L2 operator norm. More...
|
|
EIGEN_DEVICE_FUNC const CwiseBinaryOp< internal::scalar_boolean_or_op, const Homogeneous< MatrixType, _Direction >, const OtherDerived > | operator|| (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
|
const PartialPivLU< PlainObject > | partialPivLu () const |
|
EIGEN_DEVICE_FUNC SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
EIGEN_DEVICE_FUNC ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
EIGEN_DEVICE_FUNC MatrixBase< Homogeneous< MatrixType, _Direction > >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
EIGEN_DEVICE_FUNC MatrixBase< Homogeneous< MatrixType, _Direction > >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
EIGEN_DEVICE_FUNC Homogeneous< MatrixType, _Direction > & | setIdentity () |
|
EIGEN_DEVICE_FUNC Homogeneous< MatrixType, _Direction > & | setIdentity (Index rows, Index cols) |
| Resizes to the given size, and writes the identity expression (not necessarily square) into *this. More...
|
|
EIGEN_DEVICE_FUNC Homogeneous< MatrixType, _Direction > & | setUnit (Index i) |
| Set the coefficients of *this to the i-th unit (basis) vector. More...
|
|
EIGEN_DEVICE_FUNC Homogeneous< MatrixType, _Direction > & | setUnit (Index newSize, Index i) |
| Resizes to the given newSize, and writes the i-th unit (basis) vector into *this. More...
|
|
const SparseView< Homogeneous< MatrixType, _Direction > > | sparseView (const Scalar &m_reference=Scalar(0), const typename NumTraits< Scalar >::Real &m_epsilon=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC RealScalar | squaredNorm () const |
|
RealScalar | stableNorm () const |
|
EIGEN_DEVICE_FUNC void | stableNormalize () |
|
EIGEN_DEVICE_FUNC const PlainObject | stableNormalized () const |
|
EIGEN_DEVICE_FUNC Scalar | trace () const |
|
EIGEN_DEVICE_FUNC TriangularViewReturnType< Mode >::Type | triangularView () |
|
EIGEN_DEVICE_FUNC ConstTriangularViewReturnType< Mode >::Type | triangularView () const |
|
EIGEN_DEVICE_FUNC MatrixBase< Homogeneous< MatrixType, _Direction > >::template TriangularViewReturnType< Mode >::Type | triangularView () |
|
EIGEN_DEVICE_FUNC MatrixBase< Homogeneous< MatrixType, _Direction > >::template ConstTriangularViewReturnType< Mode >::Type | triangularView () const |
|
EIGEN_DEVICE_FUNC PlainObject | unitOrthogonal (void) const |
|
EIGEN_DEVICE_FUNC bool | all () const |
|
bool | allFinite () const |
|
EIGEN_DEVICE_FUNC bool | any () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | block (Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | block (Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const |
| This is the const version of block(Index,Index,NRowsType,NColsType) More...
|
|
template<int NRows, int NCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol) |
|
template<int NRows, int NCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol) const |
| This is the const version of block<>(Index, Index). */. More...
|
|
template<int NRows, int NCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol, Index blockRows, Index blockCols) |
|
template<int NRows, int NCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol, Index blockRows, Index blockCols) const |
| This is the const version of block<>(Index, Index, Index, Index). More...
|
|
template<typename NRowsType , typename NColsType > |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | bottomLeftCorner (NRowsType cRows, NColsType cCols) |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstFixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | bottomLeftCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of bottomLeftCorner(NRowsType, NColsType). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner () |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner () const |
| This is the const version of bottomLeftCorner<int, int>(). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner (Index cRows, Index cCols) |
|
template<int CRows, int CCols> |
EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner (Index cRows, Index cCols) const |
| This is the const version of bottomLeftCorner<int, int>(Index, Index). More...
|
|
template<typename NRowsType , typename NColsType > |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | bottomRightCorner (NRowsType cRows, NColsType cCols) |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | bottomRightCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of bottomRightCorner(NRowsType, NColsType). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | bottomRightCorner () |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | bottomRightCorner () const |
| This is the const version of bottomRightCorner<int, int>(). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | bottomRightCorner (Index cRows, Index cCols) |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | bottomRightCorner (Index cRows, Index cCols) const |
| This is the const version of bottomRightCorner<int, int>(Index, Index). More...
|
|
template<typename NRowsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NRowsBlockXpr< internal::get_fixed_value< NRowsType >::value >::Type | bottomRows (NRowsType n) |
|
template<typename NRowsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstNRowsBlockXpr< internal::get_fixed_value< NRowsType >::value >::Type | bottomRows (NRowsType n) const |
| This is the const version of bottomRows(NRowsType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NRowsBlockXpr< N >::Type | bottomRows (Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstNRowsBlockXpr< N >::Type | bottomRows (Index n=N) const |
| This is the const version of bottomRows<int>(). More...
|
|
template<typename NewType > |
EIGEN_DEVICE_FUNC CastXpr< NewType >::Type | cast () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ColXpr | col (Index i) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstColXpr | col (Index i) const |
| This is the const version of col(). More...
|
|
EIGEN_DEVICE_FUNC ConstColwiseReturnType | colwise () const |
|
EIGEN_DEVICE_FUNC ColwiseReturnType | colwise () |
|
EIGEN_DEVICE_FUNC ConjugateReturnType | conjugate () const |
|
template<bool Cond> |
EIGEN_DEVICE_FUNC internal::conditional< Cond, ConjugateReturnType, const Derived & >::type | conjugateIf () const |
|
EIGEN_DEVICE_FUNC Index | count () const |
|
iterator | end () |
|
const_iterator | end () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EvalReturnType | eval () const |
|
template<typename Dest > |
EIGEN_DEVICE_FUNC void | evalTo (Dest &) const |
|
EIGEN_DEVICE_FUNC void | fill (const Scalar &value) |
|
template<unsigned int Added, unsigned int Removed> |
EIGEN_DEPRECATED const Derived & | flagged () const |
|
EIGEN_DEVICE_FUNC const ForceAlignedAccess< Derived > | forceAlignedAccess () const |
|
EIGEN_DEVICE_FUNC ForceAlignedAccess< Derived > | forceAlignedAccess () |
|
template<bool Enable> |
EIGEN_DEVICE_FUNC const internal::conditional< Enable, ForceAlignedAccess< Derived >, Derived & >::type | forceAlignedAccessIf () const |
|
template<bool Enable> |
EIGEN_DEVICE_FUNC internal::conditional< Enable, ForceAlignedAccess< Derived >, Derived & >::type | forceAlignedAccessIf () |
|
const WithFormat< Derived > | format (const IOFormat &fmt) const |
|
bool | hasNaN () const |
|
template<typename NType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedSegmentReturnType< internal::get_fixed_value< NType >::value >::Type | head (NType n) |
|
template<typename NType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedSegmentReturnType< internal::get_fixed_value< NType >::value >::Type | head (NType n) const |
| This is the const version of head(NType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedSegmentReturnType< N >::Type | head (Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstFixedSegmentReturnType< N >::Type | head (Index n=N) const |
| This is the const version of head<int>(). More...
|
|
EIGEN_DEVICE_FUNC const ImagReturnType | imag () const |
|
EIGEN_DEVICE_FUNC NonConstImagReturnType | imag () |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerSize () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE InnerVectorReturnType | innerVector (Index outer) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstInnerVectorReturnType | innerVector (Index outer) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE InnerVectorsReturnType | innerVectors (Index outerStart, Index outerSize) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstInnerVectorsReturnType | innerVectors (Index outerStart, Index outerSize) const |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC bool | isApprox (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isApproxToConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
template<typename Derived > |
EIGEN_DEVICE_FUNC bool | isMuchSmallerThan (const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const |
|
EIGEN_DEVICE_FUNC bool | isMuchSmallerThan (const RealScalar &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC bool | isMuchSmallerThan (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isOnes (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEVICE_FUNC bool | isZero (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
template<typename OtherDerived > |
EIGEN_DEPRECATED EIGEN_DEVICE_FUNC Derived & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
template<typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NColsBlockXpr< internal::get_fixed_value< NColsType >::value >::Type | leftCols (NColsType n) |
|
template<typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstNColsBlockXpr< internal::get_fixed_value< NColsType >::value >::Type | leftCols (NColsType n) const |
| This is the const version of leftCols(NColsType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NColsBlockXpr< N >::Type | leftCols (Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstNColsBlockXpr< N >::Type | leftCols (Index n=N) const |
| This is the const version of leftCols<int>(). More...
|
|
template<int p> |
RealScalar | lpNorm () const |
|
template<int NaNPropagation> |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | maxCoeff () const |
|
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | maxCoeff () const |
|
template<int NaNPropagation, typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
template<int NaNPropagation, typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | maxCoeff (IndexType *index) const |
|
template<typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
template<typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | maxCoeff (IndexType *index) const |
|
EIGEN_DEVICE_FUNC Scalar | mean () const |
|
template<typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NColsBlockXpr< internal::get_fixed_value< NColsType >::value >::Type | middleCols (Index startCol, NColsType numCols) |
|
template<typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstNColsBlockXpr< internal::get_fixed_value< NColsType >::value >::Type | middleCols (Index startCol, NColsType numCols) const |
| This is the const version of middleCols(Index,NColsType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NColsBlockXpr< N >::Type | middleCols (Index startCol, Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstNColsBlockXpr< N >::Type | middleCols (Index startCol, Index n=N) const |
| This is the const version of middleCols<int>(). More...
|
|
template<typename NRowsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NRowsBlockXpr< internal::get_fixed_value< NRowsType >::value >::Type | middleRows (Index startRow, NRowsType n) |
|
template<typename NRowsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstNRowsBlockXpr< internal::get_fixed_value< NRowsType >::value >::Type | middleRows (Index startRow, NRowsType n) const |
| This is the const version of middleRows(Index,NRowsType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NRowsBlockXpr< N >::Type | middleRows (Index startRow, Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstNRowsBlockXpr< N >::Type | middleRows (Index startRow, Index n=N) const |
| This is the const version of middleRows<int>(). More...
|
|
template<int NaNPropagation> |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | minCoeff () const |
|
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | minCoeff () const |
|
template<int NaNPropagation, typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
template<int NaNPropagation, typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | minCoeff (IndexType *index) const |
|
template<typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
template<typename IndexType > |
EIGEN_DEVICE_FUNC internal::traits< Derived >::Scalar | minCoeff (IndexType *index) const |
|
EIGEN_DEVICE_FUNC const NestByValue< Derived > | nestByValue () const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | nonZeros () const |
|
template<typename CustomNullaryOp > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseNullaryOp< CustomNullaryOp, typename DenseBase< Derived >::PlainObject > | NullaryExpr (Index rows, Index cols, const CustomNullaryOp &func) |
|
template<typename CustomNullaryOp > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseNullaryOp< CustomNullaryOp, typename DenseBase< Derived >::PlainObject > | NullaryExpr (Index size, const CustomNullaryOp &func) |
|
template<typename CustomNullaryOp > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseNullaryOp< CustomNullaryOp, typename DenseBase< Derived >::PlainObject > | NullaryExpr (const CustomNullaryOp &func) |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsIndexedView, typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsIndexedView, typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsBlock, typename internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::BlockType >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsBlock, typename internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::BlockType >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsScalar, CoeffReturnType >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsScalar, CoeffReturnType >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if< IsRowMajor &&(!(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1||internal::is_valid_index_type< Indices >::value)), IndexedView< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, IvcIndex, typename IvcType< Indices >::type > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if< IsRowMajor &&(!(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1||internal::is_valid_index_type< Indices >::value)), IndexedView< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, IvcIndex, typename IvcType< Indices >::type > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if<(!IsRowMajor) &&(!(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1||internal::is_valid_index_type< Indices >::value)), IndexedView< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, typename IvcType< Indices >::type, IvcIndex > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if<(!IsRowMajor) &&(!(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1||internal::is_valid_index_type< Indices >::value)), IndexedView< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, typename IvcType< Indices >::type, IvcIndex > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if<(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1) &&(!internal::is_valid_index_type< Indices >::value) &&(!symbolic::is_symbolic< Indices >::value), VectorBlock< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, internal::array_size< Indices >::value > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if<(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1) &&(!internal::is_valid_index_type< Indices >::value) &&(!symbolic::is_symbolic< Indices >::value), VectorBlock< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, internal::array_size< Indices >::value > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename IndexType > |
internal::enable_if< symbolic::is_symbolic< IndexType >::value, CoeffReturnType >::type | operator() (const IndexType &id) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename IndexType > |
internal::enable_if< symbolic::is_symbolic< IndexType >::value, CoeffReturnType >::type | operator() (const IndexType &id) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & | operator*= (const Scalar &other) |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC Derived & | operator+= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC const NegativeReturnType | operator- () const |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC Derived & | operator-= (const EigenBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & | operator/= (const Scalar &other) |
|
EIGEN_DEVICE_FUNC CommaInitializer< Derived > | operator<< (const Scalar &s) |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC CommaInitializer< Derived > | operator<< (const DenseBase< OtherDerived > &other) |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & | operator= (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & | operator= (const DenseBase &other) |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC Derived & | operator= (const EigenBase< OtherDerived > &other) |
| Copies the generic expression other into *this. More...
|
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC Derived & | operator= (const ReturnByValue< OtherDerived > &func) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerSize () const |
|
EIGEN_DEVICE_FUNC Scalar | prod () const |
|
EIGEN_DEVICE_FUNC RealReturnType | real () const |
|
EIGEN_DEVICE_FUNC NonConstRealReturnType | real () |
|
template<typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::traits< Derived >::Scalar | redux (const Func &func) const |
|
template<typename BinaryOp > |
EIGEN_DEVICE_FUNC Scalar | redux (const BinaryOp &func) const |
|
template<int RowFactor, int ColFactor> |
EIGEN_DEVICE_FUNC const Replicate< Derived, RowFactor, ColFactor > | replicate () const |
|
EIGEN_DEVICE_FUNC const Replicate< Derived, Dynamic, Dynamic > | replicate (Index rowFactor, Index colFactor) const |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, internal::get_compiletime_reshape_size< NRowsType, NColsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_size< NColsType, NRowsType, SizeAtCompileTime >::value > | reshaped (NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, internal::get_compiletime_reshape_size< NRowsType, NColsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_size< NColsType, NRowsType, SizeAtCompileTime >::value > | reshaped (NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST |
|
template<int Order, typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, internal::get_compiletime_reshape_size< NRowsType, NColsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_size< NColsType, NRowsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_order< Flags, Order >::value > | reshaped (NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST |
|
template<int Order, typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, internal::get_compiletime_reshape_size< NRowsType, NColsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_size< NColsType, NRowsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_order< Flags, Order >::value > | reshaped (NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST |
|
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1 > | reshaped () EIGEN_RESHAPED_METHOD_CONST |
|
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1 > | reshaped () EIGEN_RESHAPED_METHOD_CONST |
|
template<int Order> |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1, internal::get_compiletime_reshape_order< Flags, Order >::value > | reshaped () EIGEN_RESHAPED_METHOD_CONST |
|
template<int Order> |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1, internal::get_compiletime_reshape_order< Flags, Order >::value > | reshaped () EIGEN_RESHAPED_METHOD_CONST |
|
EIGEN_DEVICE_FUNC void | resize (Index newSize) |
|
EIGEN_DEVICE_FUNC void | resize (Index rows, Index cols) |
|
EIGEN_DEVICE_FUNC ReverseReturnType | reverse () |
|
EIGEN_DEVICE_FUNC ConstReverseReturnType | reverse () const |
|
EIGEN_DEVICE_FUNC void | reverseInPlace () |
|
template<typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NColsBlockXpr< internal::get_fixed_value< NColsType >::value >::Type | rightCols (NColsType n) |
|
template<typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstNColsBlockXpr< internal::get_fixed_value< NColsType >::value >::Type | rightCols (NColsType n) const |
| This is the const version of rightCols(NColsType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NColsBlockXpr< N >::Type | rightCols (Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstNColsBlockXpr< N >::Type | rightCols (Index n=N) const |
| This is the const version of rightCols<int>(). More...
|
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE RowXpr | row (Index i) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstRowXpr | row (Index i) const |
| This is the const version of row(). */. More...
|
|
EIGEN_DEVICE_FUNC ConstRowwiseReturnType | rowwise () const |
|
EIGEN_DEVICE_FUNC RowwiseReturnType | rowwise () |
|
template<typename NType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedSegmentReturnType< internal::get_fixed_value< NType >::value >::Type | segment (Index start, NType n) |
|
template<typename NType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedSegmentReturnType< internal::get_fixed_value< NType >::value >::Type | segment (Index start, NType n) const |
| This is the const version of segment(Index,NType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedSegmentReturnType< N >::Type | segment (Index start, Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstFixedSegmentReturnType< N >::Type | segment (Index start, Index n=N) const |
| This is the const version of segment<int>(Index). More...
|
|
template<typename ThenDerived , typename ElseDerived > |
EIGEN_DEVICE_FUNC const Select< Derived, ThenDerived, ElseDerived > | select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const |
|
template<typename ThenDerived > |
EIGEN_DEVICE_FUNC const Select< Derived, ThenDerived, typename ThenDerived::ConstantReturnType > | select (const DenseBase< ThenDerived > &thenMatrix, const typename ThenDerived::Scalar &elseScalar) const |
|
template<typename ElseDerived > |
EIGEN_DEVICE_FUNC const Select< Derived, typename ElseDerived::ConstantReturnType, ElseDerived > | select (const typename ElseDerived::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const |
|
EIGEN_DEVICE_FUNC Derived & | setConstant (const Scalar &value) |
|
EIGEN_DEVICE_FUNC Derived & | setLinSpaced (Index size, const Scalar &low, const Scalar &high) |
| Sets a linearly spaced vector. More...
|
|
EIGEN_DEVICE_FUNC Derived & | setLinSpaced (const Scalar &low, const Scalar &high) |
| Sets a linearly spaced vector. More...
|
|
EIGEN_DEVICE_FUNC Derived & | setOnes () |
|
EIGEN_DEVICE_FUNC Derived & | setRandom () |
|
EIGEN_DEVICE_FUNC Derived & | setZero () |
|
template<DirectionType Direction> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::conditional< Direction==Vertical, ColXpr, RowXpr >::type | subVector (Index i) |
|
template<DirectionType Direction> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::conditional< Direction==Vertical, ConstColXpr, ConstRowXpr >::type | subVector (Index i) const |
|
template<DirectionType Direction> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | subVectors () const |
|
EIGEN_DEVICE_FUNC Scalar | sum () const |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | swap (const DenseBase< OtherDerived > &other) |
|
template<typename OtherDerived > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | swap (PlainObjectBase< OtherDerived > &other) |
|
template<typename NType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedSegmentReturnType< internal::get_fixed_value< NType >::value >::Type | tail (NType n) |
|
template<typename NType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedSegmentReturnType< internal::get_fixed_value< NType >::value >::Type | tail (NType n) const |
| This is the const version of tail(Index). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedSegmentReturnType< N >::Type | tail (Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstFixedSegmentReturnType< N >::Type | tail (Index n=N) const |
| This is the const version of tail<int>. More...
|
|
template<typename NRowsType , typename NColsType > |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | topLeftCorner (NRowsType cRows, NColsType cCols) |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | topLeftCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of topLeftCorner(Index, Index). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | topLeftCorner () |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | topLeftCorner () const |
| This is the const version of topLeftCorner<int, int>(). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | topLeftCorner (Index cRows, Index cCols) |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | topLeftCorner (Index cRows, Index cCols) const |
| This is the const version of topLeftCorner<int, int>(Index, Index). More...
|
|
template<typename NRowsType , typename NColsType > |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | topRightCorner (NRowsType cRows, NColsType cCols) |
|
template<typename NRowsType , typename NColsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< internal::get_fixed_value< NRowsType >::value, internal::get_fixed_value< NColsType >::value >::Type | topRightCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of topRightCorner(NRowsType, NColsType). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | topRightCorner () |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | topRightCorner () const |
| This is the const version of topRightCorner<int, int>(). More...
|
|
template<int CRows, int CCols> |
EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE FixedBlockXpr< CRows, CCols >::Type | topRightCorner (Index cRows, Index cCols) |
|
template<int CRows, int CCols> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstFixedBlockXpr< CRows, CCols >::Type | topRightCorner (Index cRows, Index cCols) const |
| This is the const version of topRightCorner<int, int>(Index, Index). More...
|
|
template<typename NRowsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NRowsBlockXpr< internal::get_fixed_value< NRowsType >::value >::Type | topRows (NRowsType n) |
|
template<typename NRowsType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ConstNRowsBlockXpr< internal::get_fixed_value< NRowsType >::value >::Type | topRows (NRowsType n) const |
| This is the const version of topRows(NRowsType). More...
|
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NRowsBlockXpr< N >::Type | topRows (Index n=N) |
|
template<int N> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstNRowsBlockXpr< N >::Type | topRows (Index n=N) const |
| This is the const version of topRows<int>(). More...
|
|
EIGEN_DEVICE_FUNC Scalar | trace () const |
|
EIGEN_DEVICE_FUNC TransposeReturnType | transpose () |
|
EIGEN_DEVICE_FUNC ConstTransposeReturnType | transpose () const |
|
EIGEN_DEVICE_FUNC void | transposeInPlace () |
|
template<typename CustomUnaryOp > |
EIGEN_DEVICE_FUNC const CwiseUnaryOp< CustomUnaryOp, const Derived > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const |
| Apply a unary operator coefficient-wise. More...
|
|
template<typename CustomViewOp > |
EIGEN_DEVICE_FUNC const CwiseUnaryView< CustomViewOp, const Derived > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const |
|
EIGEN_DEVICE_FUNC CoeffReturnType | value () const |
|
template<typename Visitor > |
EIGEN_DEVICE_FUNC void | visit (Visitor &func) const |
|