|
void | resize (Index newSize) |
|
void | resize (Index rows, Index cols) |
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | acosh () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise inverse hyperbolic cosine use ArrayBase::acosh . More...
|
|
const AdjointReturnType | adjoint () const |
|
void | adjointInPlace () |
|
void | applyHouseholderOnTheLeft (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) |
|
void | applyHouseholderOnTheRight (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) |
|
void | applyOnTheLeft (const EigenBase< OtherDerived > &other) |
|
void | applyOnTheLeft (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
|
void | applyOnTheRight (const EigenBase< OtherDerived > &other) |
|
void | applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
|
ArrayWrapper< MatrixWrapper< ExpressionType > > | array () |
|
const ArrayWrapper< const MatrixWrapper< ExpressionType > > | array () const |
|
const DiagonalWrapper< const MatrixWrapper< ExpressionType > > | asDiagonal () const |
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | asinh () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise inverse hyperbolic sine use ArrayBase::asinh . More...
|
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | atanh () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise inverse hyperbolic cosine use ArrayBase::atanh . More...
|
|
BDCSVD< PlainObject > | bdcSvd (unsigned int computationOptions=0) const |
|
const CwiseBinaryOp< CustomBinaryOp, const MatrixWrapper< ExpressionType >, const OtherDerived > | binaryExpr (const Eigen::MatrixBase< 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 |
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | cos () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise cosine use ArrayBase::cos . More...
|
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | cosh () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise hyperbolic cosine use ArrayBase::cosh . More...
|
|
PlainObject | cross (const MatrixBase< OtherDerived > &other) const |
|
PlainObject | cross3 (const MatrixBase< OtherDerived > &other) const |
|
const CwiseAbsReturnType | cwiseAbs () const |
|
const CwiseAbs2ReturnType | cwiseAbs2 () const |
|
const CwiseArgReturnType | cwiseArg () const |
|
const CwiseBinaryOp< numext::equal_to< Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | cwiseEqual (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseScalarEqualReturnType | cwiseEqual (const Scalar &s) const |
|
const CwiseInverseReturnType | cwiseInverse () const |
|
const CwiseBinaryOp< internal::scalar_max_op< Scalar, Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | cwiseMax (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseBinaryOp< internal::scalar_max_op< Scalar, Scalar >, const MatrixWrapper< ExpressionType >, const ConstantReturnType > | cwiseMax (const Scalar &other) const |
|
const CwiseBinaryOp< internal::scalar_min_op< Scalar, Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | cwiseMin (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseBinaryOp< internal::scalar_min_op< Scalar, Scalar >, const MatrixWrapper< ExpressionType >, const ConstantReturnType > | cwiseMin (const Scalar &other) const |
|
const CwiseBinaryOp< numext::not_equal_to< Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | cwiseNotEqual (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseBinaryOp< internal::scalar_product_op< MatrixWrapper< ExpressionType > ::Scalar, OtherDerived ::Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | cwiseProduct (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseBinaryOp< internal::scalar_quotient_op< Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | cwiseQuotient (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseSignReturnType | cwiseSign () const |
|
const CwiseSqrtReturnType | cwiseSqrt () const |
|
Scalar | determinant () const |
|
DiagonalReturnType | diagonal () |
|
ConstDiagonalReturnType | diagonal () const |
|
DiagonalDynamicIndexReturnType | diagonal (Index index) |
|
ConstDiagonalDynamicIndexReturnType | diagonal (Index index) const |
|
Index | diagonalSize () const |
|
ScalarBinaryOpTraits< typename internal::traits< MatrixWrapper< ExpressionType > >::Scalar, typename internal::traits< OtherDerived >::Scalar >::ReturnType | dot (const MatrixBase< OtherDerived > &other) const |
|
EigenvaluesReturnType | eigenvalues () const |
| Computes the eigenvalues of a matrix. More...
|
|
Matrix< Scalar, 3, 1 > | eulerAngles (Index a0, Index a1, Index a2) const |
|
const MatrixExponentialReturnValue< MatrixWrapper< ExpressionType > > | exp () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise exponential use ArrayBase::exp . More...
|
|
const MatrixWrapper< ExpressionType > & | forceAlignedAccess () const |
|
MatrixWrapper< ExpressionType > & | forceAlignedAccess () |
|
internal::add_const_on_value_type< typename internal::conditional< Enable, ForceAlignedAccess< MatrixWrapper< ExpressionType > >, MatrixWrapper< ExpressionType > &>::type >::type | forceAlignedAccessIf () const |
|
internal::conditional< Enable, ForceAlignedAccess< MatrixWrapper< ExpressionType > >, MatrixWrapper< ExpressionType > &>::type | forceAlignedAccessIf () |
|
const FullPivHouseholderQR< PlainObject > | fullPivHouseholderQr () const |
|
const FullPivLU< PlainObject > | fullPivLu () const |
|
const HNormalizedReturnType | hnormalized () const |
| homogeneous normalization More...
|
|
HomogeneousReturnType | homogeneous () const |
|
const HouseholderQR< PlainObject > | householderQr () const |
|
RealScalar | hypotNorm () const |
|
const Inverse< MatrixWrapper< ExpressionType > > | 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 |
|
const Product< MatrixWrapper< ExpressionType >, OtherDerived, LazyProduct > | lazyProduct (const MatrixBase< OtherDerived > &other) const |
|
const LDLT< PlainObject > | ldlt () const |
|
const LLT< PlainObject > | llt () const |
|
const MatrixLogarithmReturnValue< MatrixWrapper< ExpressionType > > | log () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise logarithm use ArrayBase::log . More...
|
|
RealScalar | lpNorm () const |
|
const PartialPivLU< PlainObject > | lu () const |
|
void | makeHouseholder (EssentialPart &essential, Scalar &tau, RealScalar &beta) const |
|
void | makeHouseholderInPlace (Scalar &tau, RealScalar &beta) |
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | matrixFunction (StemFunction f) const |
| Helper function for the unsupported MatrixFunctions module.
|
|
NoAlias< MatrixWrapper< ExpressionType >, Eigen::MatrixBase > | noalias () |
|
RealScalar | norm () const |
|
void | normalize () |
|
const PlainObject | normalized () const |
|
bool | operator!= (const MatrixBase< OtherDerived > &other) const |
|
const CwiseBinaryOp< internal::scalar_boolean_and_op, const MatrixWrapper< ExpressionType >, const OtherDerived > | operator&& (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const CwiseBinaryOp< internal::scalar_product_op< Scalar, T >, MatrixWrapper< ExpressionType >, Constant< T > > | operator* (const T &scalar) const |
|
const Product< MatrixWrapper< ExpressionType >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
|
const Product< MatrixWrapper< ExpressionType >, DiagonalDerived, LazyProduct > | operator* (const DiagonalBase< DiagonalDerived > &diagonal) const |
|
MatrixWrapper< ExpressionType > & | operator*= (const EigenBase< OtherDerived > &other) |
|
const CwiseBinaryOp< sum< Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | operator+ (const Eigen::MatrixBase< OtherDerived > &other) const |
|
MatrixWrapper< ExpressionType > & | operator+= (const MatrixBase< OtherDerived > &other) |
|
const CwiseBinaryOp< difference< Scalar >, const MatrixWrapper< ExpressionType >, const OtherDerived > | operator- (const Eigen::MatrixBase< OtherDerived > &other) const |
|
MatrixWrapper< ExpressionType > & | operator-= (const MatrixBase< OtherDerived > &other) |
|
const CwiseBinaryOp< internal::scalar_quotient_op< Scalar, T >, MatrixWrapper< ExpressionType >, Constant< T > > | operator/ (const T &scalar) const |
|
MatrixWrapper< ExpressionType > & | operator= (const MatrixBase &other) |
|
bool | operator== (const MatrixBase< OtherDerived > &other) const |
|
RealScalar | operatorNorm () const |
| Computes the L2 operator norm. More...
|
|
const CwiseBinaryOp< internal::scalar_boolean_or_op, const MatrixWrapper< ExpressionType >, const OtherDerived > | operator|| (const Eigen::MatrixBase< OtherDerived > &other) const |
|
const PartialPivLU< PlainObject > | partialPivLu () const |
|
const MatrixPowerReturnValue< MatrixWrapper< ExpressionType > > | pow (const RealScalar &p) const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise power to p use ArrayBase::pow . More...
|
|
const MatrixComplexPowerReturnValue< MatrixWrapper< ExpressionType > > | pow (const std::complex< RealScalar > &p) const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise power to p use ArrayBase::pow . More...
|
|
MatrixBase< MatrixWrapper< ExpressionType > >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
MatrixBase< MatrixWrapper< ExpressionType > >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
MatrixWrapper< ExpressionType > & | setIdentity () |
|
MatrixWrapper< ExpressionType > & | setIdentity (Index rows, Index cols) |
| Resizes to the given size, and writes the identity expression (not necessarily square) into *this. More...
|
|
MatrixWrapper< ExpressionType > & | setUnit (Index i) |
| Set the coefficients of *this to the i-th unit (basis) vector. More...
|
|
MatrixWrapper< ExpressionType > & | setUnit (Index newSize, Index i) |
| Resizes to the given newSize, and writes the i-th unit (basis) vector into *this. More...
|
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | sin () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise sine use ArrayBase::sin . More...
|
|
const MatrixFunctionReturnValue< MatrixWrapper< ExpressionType > > | sinh () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise hyperbolic sine use ArrayBase::sinh . More...
|
|
const SparseView< MatrixWrapper< ExpressionType > > | sparseView (const Scalar &m_reference=Scalar(0), const typename NumTraits< Scalar >::Real &m_epsilon=NumTraits< Scalar >::dummy_precision()) const |
|
const MatrixSquareRootReturnValue< MatrixWrapper< ExpressionType > > | sqrt () const |
| This function requires the unsupported MatrixFunctions module. To compute the coefficient-wise square root use ArrayBase::sqrt . More...
|
|
RealScalar | squaredNorm () const |
|
RealScalar | stableNorm () const |
|
void | stableNormalize () |
|
const PlainObject | stableNormalized () const |
|
Scalar | trace () const |
|
MatrixBase< MatrixWrapper< ExpressionType > >::template TriangularViewReturnType< Mode >::Type | triangularView () |
|
MatrixBase< MatrixWrapper< ExpressionType > >::template ConstTriangularViewReturnType< Mode >::Type | triangularView () const |
|
PlainObject | unitOrthogonal (void) const |
|
bool | all () const |
|
bool | allFinite () const |
|
bool | any () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
FixedBlockXpr<...,... >::Type | block (Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) |
|
const ConstFixedBlockXpr<...,... >::Type | block (Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const |
| This is the const version of block(Index,Index,NRowsType,NColsType)
|
|
FixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol) |
|
const ConstFixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol) const |
| This is the const version of block<>(Index, Index). */.
|
|
FixedBlockXpr< NRows, NCols >::Type | block (Index startRow, Index startCol, Index blockRows, Index blockCols) |
|
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).
|
|
FixedBlockXpr<...,... >::Type | bottomLeftCorner (NRowsType cRows, NColsType cCols) |
|
ConstFixedBlockXpr<...,... >::Type | bottomLeftCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of bottomLeftCorner(NRowsType, NColsType).
|
|
FixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner () |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner () const |
| This is the const version of bottomLeftCorner<int, int>().
|
|
FixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner (Index cRows, Index cCols) |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | bottomLeftCorner (Index cRows, Index cCols) const |
| This is the const version of bottomLeftCorner<int, int>(Index, Index).
|
|
FixedBlockXpr<...,... >::Type | bottomRightCorner (NRowsType cRows, NColsType cCols) |
|
const ConstFixedBlockXpr<...,... >::Type | bottomRightCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of bottomRightCorner(NRowsType, NColsType).
|
|
FixedBlockXpr< CRows, CCols >::Type | bottomRightCorner () |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | bottomRightCorner () const |
| This is the const version of bottomRightCorner<int, int>().
|
|
FixedBlockXpr< CRows, CCols >::Type | bottomRightCorner (Index cRows, Index cCols) |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | bottomRightCorner (Index cRows, Index cCols) const |
| This is the const version of bottomRightCorner<int, int>(Index, Index).
|
|
NRowsBlockXpr<... >::Type | bottomRows (NRowsType n) |
|
const ConstNRowsBlockXpr<... >::Type | bottomRows (NRowsType n) const |
| This is the const version of bottomRows(NRowsType).
|
|
NRowsBlockXpr< N >::Type | bottomRows (Index n=N) |
|
ConstNRowsBlockXpr< N >::Type | bottomRows (Index n=N) const |
| This is the const version of bottomRows<int>().
|
|
CastXpr< NewType >::Type | cast () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
ColXpr | col (Index i) |
|
ConstColXpr | col (Index i) const |
| This is the const version of col().
|
|
ConstColwiseReturnType | colwise () const |
|
ColwiseReturnType | colwise () |
|
ConjugateReturnType | conjugate () const |
|
internal::conditional< Cond, ConjugateReturnType, const MatrixWrapper< ExpressionType > &>::type | conjugateIf () const |
|
Index | count () const |
|
iterator | end () |
|
const_iterator | end () const |
|
EvalReturnType | eval () const |
|
void | fill (const Scalar &value) |
|
EIGEN_DEPRECATED const MatrixWrapper< ExpressionType > & | flagged () const |
|
const WithFormat< MatrixWrapper< ExpressionType > > | format (const IOFormat &fmt) const |
|
bool | hasNaN () const |
|
FixedSegmentReturnType<... >::Type | head (NType n) |
|
const ConstFixedSegmentReturnType<... >::Type | head (NType n) const |
| This is the const version of head(NType).
|
|
FixedSegmentReturnType< N >::Type | head (Index n=N) |
|
ConstFixedSegmentReturnType< N >::Type | head (Index n=N) const |
| This is the const version of head<int>().
|
|
const ImagReturnType | imag () const |
|
NonConstImagReturnType | imag () |
|
EIGEN_CONSTEXPR Index | innerSize () const |
|
InnerVectorReturnType | innerVector (Index outer) |
|
const ConstInnerVectorReturnType | innerVector (Index outer) const |
|
InnerVectorsReturnType | innerVectors (Index outerStart, Index outerSize) |
|
const ConstInnerVectorsReturnType | innerVectors (Index outerStart, Index outerSize) const |
|
bool | isApprox (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isApproxToConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isMuchSmallerThan (const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const |
|
bool | isMuchSmallerThan (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isOnes (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isZero (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
EIGEN_DEPRECATED MatrixWrapper< ExpressionType > & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
NColsBlockXpr<... >::Type | leftCols (NColsType n) |
|
const ConstNColsBlockXpr<... >::Type | leftCols (NColsType n) const |
| This is the const version of leftCols(NColsType).
|
|
NColsBlockXpr< N >::Type | leftCols (Index n=N) |
|
ConstNColsBlockXpr< N >::Type | leftCols (Index n=N) const |
| This is the const version of leftCols<int>().
|
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | maxCoeff () const |
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | maxCoeff (IndexType *index) const |
|
Scalar | mean () const |
|
NColsBlockXpr<... >::Type | middleCols (Index startCol, NColsType numCols) |
|
const ConstNColsBlockXpr<... >::Type | middleCols (Index startCol, NColsType numCols) const |
| This is the const version of middleCols(Index,NColsType).
|
|
NColsBlockXpr< N >::Type | middleCols (Index startCol, Index n=N) |
|
ConstNColsBlockXpr< N >::Type | middleCols (Index startCol, Index n=N) const |
| This is the const version of middleCols<int>().
|
|
NRowsBlockXpr<... >::Type | middleRows (Index startRow, NRowsType n) |
|
const ConstNRowsBlockXpr<... >::Type | middleRows (Index startRow, NRowsType n) const |
| This is the const version of middleRows(Index,NRowsType).
|
|
NRowsBlockXpr< N >::Type | middleRows (Index startRow, Index n=N) |
|
ConstNRowsBlockXpr< N >::Type | middleRows (Index startRow, Index n=N) const |
| This is the const version of middleRows<int>().
|
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | minCoeff () const |
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | minCoeff (IndexType *index) const |
|
const NestByValue< MatrixWrapper< ExpressionType > > | nestByValue () const |
|
EIGEN_CONSTEXPR Index | nonZeros () const |
|
IndexedView_or_Block | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) |
|
IndexedView_or_VectorBlock | operator() (const Indices &indices) |
|
const NegativeReturnType | operator- () const |
|
CommaInitializer< MatrixWrapper< ExpressionType > > | operator<< (const Scalar &s) |
|
CommaInitializer< MatrixWrapper< ExpressionType > > | operator<< (const DenseBase< OtherDerived > &other) |
|
MatrixWrapper< ExpressionType > & | operator= (const DenseBase< OtherDerived > &other) |
|
MatrixWrapper< ExpressionType > & | operator= (const DenseBase &other) |
|
MatrixWrapper< ExpressionType > & | operator= (const EigenBase< OtherDerived > &other) |
| Copies the generic expression other into *this. More...
|
|
EIGEN_CONSTEXPR Index | outerSize () const |
|
Scalar | prod () const |
|
RealReturnType | real () const |
|
NonConstRealReturnType | real () |
|
internal::traits< MatrixWrapper< ExpressionType > >::Scalar | redux (const Func &func) const |
|
const Replicate< MatrixWrapper< ExpressionType >, RowFactor, ColFactor > | replicate () const |
|
const Replicate< MatrixWrapper< ExpressionType >, Dynamic, Dynamic > | replicate (Index rowFactor, Index colFactor) const |
|
Reshaped< MatrixWrapper< ExpressionType >,... > | reshaped (NRowsType nRows, NColsType nCols) |
|
const Reshaped< const MatrixWrapper< ExpressionType >,... > | reshaped (NRowsType nRows, NColsType nCols) const |
| This is the const version of reshaped(NRowsType,NColsType).
|
|
Reshaped< MatrixWrapper< ExpressionType >,... > | reshaped () |
|
const Reshaped< const MatrixWrapper< ExpressionType >,... > | reshaped () const |
| This is the const version of reshaped().
|
|
void | resize (Index newSize) |
|
void | resize (Index rows, Index cols) |
|
ReverseReturnType | reverse () |
|
ConstReverseReturnType | reverse () const |
|
void | reverseInPlace () |
|
NColsBlockXpr<... >::Type | rightCols (NColsType n) |
|
const ConstNColsBlockXpr<... >::Type | rightCols (NColsType n) const |
| This is the const version of rightCols(NColsType).
|
|
NColsBlockXpr< N >::Type | rightCols (Index n=N) |
|
ConstNColsBlockXpr< N >::Type | rightCols (Index n=N) const |
| This is the const version of rightCols<int>().
|
|
RowXpr | row (Index i) |
|
ConstRowXpr | row (Index i) const |
| This is the const version of row(). */.
|
|
ConstRowwiseReturnType | rowwise () const |
|
RowwiseReturnType | rowwise () |
|
FixedSegmentReturnType<... >::Type | segment (Index start, NType n) |
|
const ConstFixedSegmentReturnType<... >::Type | segment (Index start, NType n) const |
| This is the const version of segment(Index,NType).
|
|
FixedSegmentReturnType< N >::Type | segment (Index start, Index n=N) |
|
ConstFixedSegmentReturnType< N >::Type | segment (Index start, Index n=N) const |
| This is the const version of segment<int>(Index).
|
|
const Select< MatrixWrapper< ExpressionType >, ThenDerived, ElseDerived > | select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const |
|
const Select< MatrixWrapper< ExpressionType >, ThenDerived, typename ThenDerived::ConstantReturnType > | select (const DenseBase< ThenDerived > &thenMatrix, const typename ThenDerived::Scalar &elseScalar) const |
|
const Select< MatrixWrapper< ExpressionType >, typename ElseDerived::ConstantReturnType, ElseDerived > | select (const typename ElseDerived::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const |
|
MatrixWrapper< ExpressionType > & | setConstant (const Scalar &value) |
|
MatrixWrapper< ExpressionType > & | setLinSpaced (Index size, const Scalar &low, const Scalar &high) |
| Sets a linearly spaced vector. More...
|
|
MatrixWrapper< ExpressionType > & | setLinSpaced (const Scalar &low, const Scalar &high) |
| Sets a linearly spaced vector. More...
|
|
MatrixWrapper< ExpressionType > & | setOnes () |
|
MatrixWrapper< ExpressionType > & | setRandom () |
|
MatrixWrapper< ExpressionType > & | setZero () |
|
internal::conditional< Direction==Vertical, ColXpr, RowXpr >::type | subVector (Index i) |
|
internal::conditional< Direction==Vertical, ConstColXpr, ConstRowXpr >::type | subVector (Index i) const |
|
EIGEN_CONSTEXPR Index | subVectors () const |
|
Scalar | sum () const |
|
void | swap (const DenseBase< OtherDerived > &other) |
|
void | swap (PlainObjectBase< OtherDerived > &other) |
|
FixedSegmentReturnType<... >::Type | tail (NType n) |
|
const ConstFixedSegmentReturnType<... >::Type | tail (NType n) const |
| This is the const version of tail(Index).
|
|
FixedSegmentReturnType< N >::Type | tail (Index n=N) |
|
ConstFixedSegmentReturnType< N >::Type | tail (Index n=N) const |
| This is the const version of tail<int>.
|
|
FixedBlockXpr<...,... >::Type | topLeftCorner (NRowsType cRows, NColsType cCols) |
|
const ConstFixedBlockXpr<...,... >::Type | topLeftCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of topLeftCorner(Index, Index).
|
|
FixedBlockXpr< CRows, CCols >::Type | topLeftCorner () |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | topLeftCorner () const |
| This is the const version of topLeftCorner<int, int>().
|
|
FixedBlockXpr< CRows, CCols >::Type | topLeftCorner (Index cRows, Index cCols) |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | topLeftCorner (Index cRows, Index cCols) const |
| This is the const version of topLeftCorner<int, int>(Index, Index).
|
|
FixedBlockXpr<...,... >::Type | topRightCorner (NRowsType cRows, NColsType cCols) |
|
const ConstFixedBlockXpr<...,... >::Type | topRightCorner (NRowsType cRows, NColsType cCols) const |
| This is the const version of topRightCorner(NRowsType, NColsType).
|
|
FixedBlockXpr< CRows, CCols >::Type | topRightCorner () |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | topRightCorner () const |
| This is the const version of topRightCorner<int, int>().
|
|
FixedBlockXpr< CRows, CCols >::Type | topRightCorner (Index cRows, Index cCols) |
|
const ConstFixedBlockXpr< CRows, CCols >::Type | topRightCorner (Index cRows, Index cCols) const |
| This is the const version of topRightCorner<int, int>(Index, Index).
|
|
NRowsBlockXpr<... >::Type | topRows (NRowsType n) |
|
const ConstNRowsBlockXpr<... >::Type | topRows (NRowsType n) const |
| This is the const version of topRows(NRowsType).
|
|
NRowsBlockXpr< N >::Type | topRows (Index n=N) |
|
ConstNRowsBlockXpr< N >::Type | topRows (Index n=N) const |
| This is the const version of topRows<int>().
|
|
TransposeReturnType | transpose () |
|
ConstTransposeReturnType | transpose () const |
|
void | transposeInPlace () |
|
const CwiseUnaryOp< CustomUnaryOp, const MatrixWrapper< ExpressionType > > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const |
| Apply a unary operator coefficient-wise. More...
|
|
const CwiseUnaryView< CustomViewOp, const MatrixWrapper< ExpressionType > > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const |
|
CoeffReturnType | value () const |
|
void | visit (Visitor &func) const |
|