MatrixWrapper< ExpressionType > Member List

This is the complete list of members for MatrixWrapper< ExpressionType >, including all inherited members.

adjoint() constMatrixBase< MatrixWrapper< ExpressionType > >
adjointInPlace()MatrixBase< MatrixWrapper< ExpressionType > >
all(void) constDenseBase< MatrixWrapper< ExpressionType > >
any(void) constDenseBase< MatrixWrapper< ExpressionType > >
applyHouseholderOnTheLeft(const EssentialPart &essential, const Scalar &tau, Scalar *workspace)MatrixBase< MatrixWrapper< ExpressionType > >
applyHouseholderOnTheRight(const EssentialPart &essential, const Scalar &tau, Scalar *workspace)MatrixBase< MatrixWrapper< ExpressionType > >
applyOnTheLeft(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
applyOnTheLeft(Index p, Index q, const JacobiRotation< OtherScalar > &j)MatrixBase< MatrixWrapper< ExpressionType > >
applyOnTheRight(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
applyOnTheRight(Index p, Index q, const JacobiRotation< OtherScalar > &j)MatrixBase< MatrixWrapper< ExpressionType > >
array()MatrixBase< MatrixWrapper< ExpressionType > >inline
asDiagonal() constMatrixBase< MatrixWrapper< ExpressionType > >
binaryExpr(const Eigen::MatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) constMatrixBase< MatrixWrapper< ExpressionType > >inline
block(Index startRow, Index startCol, Index blockRows, Index blockCols)DenseBase< MatrixWrapper< ExpressionType > >inline
block(Index startRow, Index startCol, Index blockRows, Index blockCols) constDenseBase< MatrixWrapper< ExpressionType > >inline
block(Index startRow, Index startCol)DenseBase< MatrixWrapper< ExpressionType > >inline
block(Index startRow, Index startCol) constDenseBase< MatrixWrapper< ExpressionType > >inline
blueNorm() constMatrixBase< MatrixWrapper< ExpressionType > >
bottomLeftCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > >inline
bottomLeftCorner(Index cRows, Index cCols) constDenseBase< MatrixWrapper< ExpressionType > >inline
bottomLeftCorner()DenseBase< MatrixWrapper< ExpressionType > >inline
bottomLeftCorner() constDenseBase< MatrixWrapper< ExpressionType > >inline
bottomRightCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > >inline
bottomRightCorner(Index cRows, Index cCols) constDenseBase< MatrixWrapper< ExpressionType > >inline
bottomRightCorner()DenseBase< MatrixWrapper< ExpressionType > >inline
bottomRightCorner() constDenseBase< MatrixWrapper< ExpressionType > >inline
bottomRows(Index n)DenseBase< MatrixWrapper< ExpressionType > >inline
bottomRows(Index n) constDenseBase< MatrixWrapper< ExpressionType > >inline
bottomRows()DenseBase< MatrixWrapper< ExpressionType > >inline
bottomRows() constDenseBase< MatrixWrapper< ExpressionType > >inline
cast() constMatrixBase< MatrixWrapper< ExpressionType > >inline
CoeffReadCost enum valueDenseBase< MatrixWrapper< ExpressionType > >
col(Index i)DenseBase< MatrixWrapper< ExpressionType > >inline
col(Index i) constDenseBase< MatrixWrapper< ExpressionType > >inline
colPivHouseholderQr() constMatrixBase< MatrixWrapper< ExpressionType > >
ColsAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
colwise() constDenseBase< MatrixWrapper< ExpressionType > >
colwise()DenseBase< MatrixWrapper< ExpressionType > >
computeInverseAndDetWithCheck(ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
computeInverseWithCheck(ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
conjugate() constMatrixBase< MatrixWrapper< ExpressionType > >inline
Constant(Index rows, Index cols, const Scalar &value)DenseBase< MatrixWrapper< ExpressionType > >static
Constant(Index size, const Scalar &value)DenseBase< MatrixWrapper< ExpressionType > >static
Constant(const Scalar &value)DenseBase< MatrixWrapper< ExpressionType > >static
count() constDenseBase< MatrixWrapper< ExpressionType > >
cross(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >
cross3(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >
cwiseAbs() constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseAbs2() constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseEqual(const Scalar &s) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseEqual(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseInverse() constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseMax(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseMax(const Scalar &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseMin(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseMin(const Scalar &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseNotEqual(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseQuotient(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
cwiseSqrt() constMatrixBase< MatrixWrapper< ExpressionType > >inline
DenseBase()DenseBase< MatrixWrapper< ExpressionType > >inlineprotected
determinant() constMatrixBase< MatrixWrapper< ExpressionType > >
diagonal()MatrixBase< MatrixWrapper< ExpressionType > >
diagonal() constMatrixBase< MatrixWrapper< ExpressionType > >
diagonal(Index index)MatrixBase< MatrixWrapper< ExpressionType > >
diagonal(Index index) constMatrixBase< MatrixWrapper< ExpressionType > >
diagonalSize() constMatrixBase< MatrixWrapper< ExpressionType > >inline
dot(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >
EIGEN_CWISE_PRODUCT_RETURN_TYPE(MatrixWrapper< ExpressionType >, OtherDerived) cwiseProduct(const EigenMatrixBase< MatrixWrapper< ExpressionType > >inline
eigenvalues() constMatrixBase< MatrixWrapper< ExpressionType > >
eulerAngles(Index a0, Index a1, Index a2) constMatrixBase< MatrixWrapper< ExpressionType > >
eval() constDenseBase< MatrixWrapper< ExpressionType > >inline
fill(const Scalar &value)DenseBase< MatrixWrapper< ExpressionType > >
flagged() constDenseBase< MatrixWrapper< ExpressionType > >
Flags enum valueDenseBase< MatrixWrapper< ExpressionType > >
forceAlignedAccess() constMatrixBase< MatrixWrapper< ExpressionType > >inline
forceAlignedAccess()MatrixBase< MatrixWrapper< ExpressionType > >inline
forceAlignedAccessIf() constMatrixBase< MatrixWrapper< ExpressionType > >inline
forceAlignedAccessIf()MatrixBase< MatrixWrapper< ExpressionType > >inline
format(const IOFormat &fmt) constDenseBase< MatrixWrapper< ExpressionType > >inline
fullPivHouseholderQr() constMatrixBase< MatrixWrapper< ExpressionType > >
fullPivLu() constMatrixBase< MatrixWrapper< ExpressionType > >
head(Index size)DenseBase< MatrixWrapper< ExpressionType > >
head(Index size) constDenseBase< MatrixWrapper< ExpressionType > >
head()DenseBase< MatrixWrapper< ExpressionType > >
head() constDenseBase< MatrixWrapper< ExpressionType > >
hnormalized() constMatrixBase< MatrixWrapper< ExpressionType > >
homogeneous() constMatrixBase< MatrixWrapper< ExpressionType > >
householderQr() constMatrixBase< MatrixWrapper< ExpressionType > >
hypotNorm() constMatrixBase< MatrixWrapper< ExpressionType > >
Identity()MatrixBase< MatrixWrapper< ExpressionType > >static
Identity(Index rows, Index cols)MatrixBase< MatrixWrapper< ExpressionType > >static
imag() constMatrixBase< MatrixWrapper< ExpressionType > >inline
imag()MatrixBase< MatrixWrapper< ExpressionType > >inline
Index typedefDenseBase< MatrixWrapper< ExpressionType > >
innerSize() constDenseBase< MatrixWrapper< ExpressionType > >inline
inverse() constMatrixBase< MatrixWrapper< ExpressionType > >
isApprox(const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isApproxToConstant(const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isConstant(const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isDiagonal(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isIdentity(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isLowerTriangular(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isMuchSmallerThan(const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isOnes(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isOrthogonal(const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
IsRowMajor enum valueDenseBase< MatrixWrapper< ExpressionType > >
isUnitary(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isUpperTriangular(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
IsVectorAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
isZero(RealScalar prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
jacobiSvd(unsigned int computationOptions=0) constMatrixBase< MatrixWrapper< ExpressionType > >
lazyProduct(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >
ldlt() constMatrixBase< MatrixWrapper< ExpressionType > >
leftCols(Index n)DenseBase< MatrixWrapper< ExpressionType > >inline
leftCols(Index n) constDenseBase< MatrixWrapper< ExpressionType > >inline
leftCols()DenseBase< MatrixWrapper< ExpressionType > >inline
leftCols() constDenseBase< MatrixWrapper< ExpressionType > >inline
LinSpaced(Sequential_t, Index size, const Scalar &low, const Scalar &high)DenseBase< MatrixWrapper< ExpressionType > >static
LinSpaced(Index size, const Scalar &low, const Scalar &high)DenseBase< MatrixWrapper< ExpressionType > >static
LinSpaced(Sequential_t, const Scalar &low, const Scalar &high)DenseBase< MatrixWrapper< ExpressionType > >static
LinSpaced(const Scalar &low, const Scalar &high)DenseBase< MatrixWrapper< ExpressionType > >static
llt() constMatrixBase< MatrixWrapper< ExpressionType > >
lpNorm() constMatrixBase< MatrixWrapper< ExpressionType > >
lu() constMatrixBase< MatrixWrapper< ExpressionType > >
makeHouseholder(EssentialPart &essential, Scalar &tau, RealScalar &beta) constMatrixBase< MatrixWrapper< ExpressionType > >
makeHouseholderInPlace(Scalar &tau, RealScalar &beta)MatrixBase< MatrixWrapper< ExpressionType > >
maxCoeff() constDenseBase< MatrixWrapper< ExpressionType > >
maxCoeff(IndexType *row, IndexType *col) constDenseBase< MatrixWrapper< ExpressionType > >
maxCoeff(IndexType *index) constDenseBase< MatrixWrapper< ExpressionType > >
MaxColsAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
MaxRowsAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
MaxSizeAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
mean() constDenseBase< MatrixWrapper< ExpressionType > >
middleCols(Index startCol, Index numCols)DenseBase< MatrixWrapper< ExpressionType > >inline
middleCols(Index startCol, Index numCols) constDenseBase< MatrixWrapper< ExpressionType > >inline
middleCols(Index startCol)DenseBase< MatrixWrapper< ExpressionType > >inline
middleCols(Index startCol) constDenseBase< MatrixWrapper< ExpressionType > >inline
middleRows(Index startRow, Index numRows)DenseBase< MatrixWrapper< ExpressionType > >inline
middleRows(Index startRow, Index numRows) constDenseBase< MatrixWrapper< ExpressionType > >inline
middleRows(Index startRow)DenseBase< MatrixWrapper< ExpressionType > >inline
middleRows(Index startRow) constDenseBase< MatrixWrapper< ExpressionType > >inline
minCoeff() constDenseBase< MatrixWrapper< ExpressionType > >
minCoeff(IndexType *row, IndexType *col) constDenseBase< MatrixWrapper< ExpressionType > >
minCoeff(IndexType *index) constDenseBase< MatrixWrapper< ExpressionType > >
nestByValue() constDenseBase< MatrixWrapper< ExpressionType > >inline
noalias()MatrixBase< MatrixWrapper< ExpressionType > >
nonZeros() constDenseBase< MatrixWrapper< ExpressionType > >inline
norm() constMatrixBase< MatrixWrapper< ExpressionType > >
normalize()MatrixBase< MatrixWrapper< ExpressionType > >
normalized() constMatrixBase< MatrixWrapper< ExpressionType > >
NullaryExpr(Index rows, Index cols, const CustomNullaryOp &func)DenseBase< MatrixWrapper< ExpressionType > >static
NullaryExpr(Index size, const CustomNullaryOp &func)DenseBase< MatrixWrapper< ExpressionType > >static
NullaryExpr(const CustomNullaryOp &func)DenseBase< MatrixWrapper< ExpressionType > >static
Ones(Index rows, Index cols)DenseBase< MatrixWrapper< ExpressionType > >static
Ones(Index size)DenseBase< MatrixWrapper< ExpressionType > >static
Ones()DenseBase< MatrixWrapper< ExpressionType > >static
operator!=(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
operator*(const Scalar &scalar) constMatrixBase< MatrixWrapper< ExpressionType > >inline
operator*(const std::complex< Scalar > &scalar) constMatrixBase< MatrixWrapper< ExpressionType > >inline
operator*(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >
operator*(const DiagonalBase< DiagonalDerived > &diagonal) constMatrixBase< MatrixWrapper< ExpressionType > >
operator*(const UniformScaling< Scalar > &s) constMatrixBase< MatrixWrapper< ExpressionType > >
operator*=(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
operator+=(const MatrixBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
operator-() constMatrixBase< MatrixWrapper< ExpressionType > >inline
operator-=(const MatrixBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
operator/(const Scalar &scalar) constMatrixBase< MatrixWrapper< ExpressionType > >inline
operator<<(const Scalar &s)DenseBase< MatrixWrapper< ExpressionType > >
operator<<(const DenseBase< OtherDerived > &other)DenseBase< MatrixWrapper< ExpressionType > >
operator=(const MatrixBase &other)MatrixBase< MatrixWrapper< ExpressionType > >
operator=(const DenseBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
operator=(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > >
DenseBase< MatrixWrapper< ExpressionType > >::operator=(const DenseBase &other)DenseBase< MatrixWrapper< ExpressionType > >
operator==(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > >inline
operatorNorm() constMatrixBase< MatrixWrapper< ExpressionType > >
outerSize() constDenseBase< MatrixWrapper< ExpressionType > >inline
partialPivLu() constMatrixBase< MatrixWrapper< ExpressionType > >
PlainObject typedefMatrixBase< MatrixWrapper< ExpressionType > >
prod() constDenseBase< MatrixWrapper< ExpressionType > >
Random(Index rows, Index cols)DenseBase< MatrixWrapper< ExpressionType > >static
Random(Index size)DenseBase< MatrixWrapper< ExpressionType > >static
Random()DenseBase< MatrixWrapper< ExpressionType > >static
real() constMatrixBase< MatrixWrapper< ExpressionType > >inline
real()MatrixBase< MatrixWrapper< ExpressionType > >inline
replicate() constDenseBase< MatrixWrapper< ExpressionType > >
replicate(Index rowFacor, Index colFactor) constDenseBase< MatrixWrapper< ExpressionType > >
resize(Index newSize)MatrixWrapper< ExpressionType >inline
resize(Index nbRows, Index nbCols)MatrixWrapper< ExpressionType >inline
reverse()DenseBase< MatrixWrapper< ExpressionType > >
reverse() constDenseBase< MatrixWrapper< ExpressionType > >
reverseInPlace()DenseBase< MatrixWrapper< ExpressionType > >
rightCols(Index n)DenseBase< MatrixWrapper< ExpressionType > >inline
rightCols(Index n) constDenseBase< MatrixWrapper< ExpressionType > >inline
rightCols()DenseBase< MatrixWrapper< ExpressionType > >inline
rightCols() constDenseBase< MatrixWrapper< ExpressionType > >inline
row(Index i)DenseBase< MatrixWrapper< ExpressionType > >inline
row(Index i) constDenseBase< MatrixWrapper< ExpressionType > >inline
RowsAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
rowwise() constDenseBase< MatrixWrapper< ExpressionType > >
rowwise()DenseBase< MatrixWrapper< ExpressionType > >
segment(Index start, Index size)DenseBase< MatrixWrapper< ExpressionType > >
segment(Index start, Index size) constDenseBase< MatrixWrapper< ExpressionType > >
segment(Index start)DenseBase< MatrixWrapper< ExpressionType > >
segment(Index start) constDenseBase< MatrixWrapper< ExpressionType > >
select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) constDenseBase< MatrixWrapper< ExpressionType > >
select(const DenseBase< ThenDerived > &thenMatrix, typename ThenDerived::Scalar elseScalar) constDenseBase< MatrixWrapper< ExpressionType > >inline
select(typename ElseDerived::Scalar thenScalar, const DenseBase< ElseDerived > &elseMatrix) constDenseBase< MatrixWrapper< ExpressionType > >inline
setConstant(const Scalar &value)DenseBase< MatrixWrapper< ExpressionType > >
setIdentity()MatrixBase< MatrixWrapper< ExpressionType > >
setIdentity(Index rows, Index cols)MatrixBase< MatrixWrapper< ExpressionType > >
setLinSpaced(Index size, const Scalar &low, const Scalar &high)DenseBase< MatrixWrapper< ExpressionType > >
setLinSpaced(const Scalar &low, const Scalar &high)DenseBase< MatrixWrapper< ExpressionType > >
setOnes()DenseBase< MatrixWrapper< ExpressionType > >
setRandom()DenseBase< MatrixWrapper< ExpressionType > >
setZero()DenseBase< MatrixWrapper< ExpressionType > >
SizeAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
squaredNorm() constMatrixBase< MatrixWrapper< ExpressionType > >
stableNorm() constMatrixBase< MatrixWrapper< ExpressionType > >
sum() constDenseBase< MatrixWrapper< ExpressionType > >
swap(const DenseBase< OtherDerived > &other, int=OtherDerived::ThisConstantIsPrivateInPlainObjectBase)DenseBase< MatrixWrapper< ExpressionType > >inline
swap(PlainObjectBase< OtherDerived > &other)DenseBase< MatrixWrapper< ExpressionType > >inline
tail(Index size)DenseBase< MatrixWrapper< ExpressionType > >
tail(Index size) constDenseBase< MatrixWrapper< ExpressionType > >
tail()DenseBase< MatrixWrapper< ExpressionType > >
tail() constDenseBase< MatrixWrapper< ExpressionType > >
topLeftCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > >inline
topLeftCorner(Index cRows, Index cCols) constDenseBase< MatrixWrapper< ExpressionType > >inline
topLeftCorner()DenseBase< MatrixWrapper< ExpressionType > >inline
topLeftCorner() constDenseBase< MatrixWrapper< ExpressionType > >inline
topRightCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > >inline
topRightCorner(Index cRows, Index cCols) constDenseBase< MatrixWrapper< ExpressionType > >inline
topRightCorner()DenseBase< MatrixWrapper< ExpressionType > >inline
topRightCorner() constDenseBase< MatrixWrapper< ExpressionType > >inline
topRows(Index n)DenseBase< MatrixWrapper< ExpressionType > >inline
topRows(Index n) constDenseBase< MatrixWrapper< ExpressionType > >inline
topRows()DenseBase< MatrixWrapper< ExpressionType > >inline
topRows() constDenseBase< MatrixWrapper< ExpressionType > >inline
trace() constMatrixBase< MatrixWrapper< ExpressionType > >
transpose()DenseBase< MatrixWrapper< ExpressionType > >
transpose() constDenseBase< MatrixWrapper< ExpressionType > >
transposeInPlace()DenseBase< MatrixWrapper< ExpressionType > >
triangularView()MatrixBase< MatrixWrapper< ExpressionType > >
triangularView() constMatrixBase< MatrixWrapper< ExpressionType > >
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) constMatrixBase< MatrixWrapper< ExpressionType > >inline
unaryViewExpr(const CustomViewOp &func=CustomViewOp()) constMatrixBase< MatrixWrapper< ExpressionType > >inline
Unit(Index size, Index i)MatrixBase< MatrixWrapper< ExpressionType > >static
Unit(Index i)MatrixBase< MatrixWrapper< ExpressionType > >static
unitOrthogonal(void) constMatrixBase< MatrixWrapper< ExpressionType > >
UnitW()MatrixBase< MatrixWrapper< ExpressionType > >static
UnitX()MatrixBase< MatrixWrapper< ExpressionType > >static
UnitY()MatrixBase< MatrixWrapper< ExpressionType > >static
UnitZ()MatrixBase< MatrixWrapper< ExpressionType > >static
value() constDenseBase< MatrixWrapper< ExpressionType > >inline
visit(Visitor &func) constDenseBase< MatrixWrapper< ExpressionType > >
Zero(Index rows, Index cols)DenseBase< MatrixWrapper< ExpressionType > >static
Zero(Index size)DenseBase< MatrixWrapper< ExpressionType > >static
Zero()DenseBase< MatrixWrapper< ExpressionType > >static