$treeview $search $mathjax
Eigen  3.2.5
$projectbrief
$projectbrief
$searchbox

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 > >
allFinite() constDenseBase< MatrixWrapper< ExpressionType > > [inline]
any(void) constDenseBase< MatrixWrapper< ExpressionType > >
applyHouseholderOnTheLeft(const EssentialPart &essential, const Scalar &tau, Scalar *workspace)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
applyHouseholderOnTheRight(const EssentialPart &essential, const Scalar &tau, Scalar *workspace)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
applyOnTheLeft(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
applyOnTheLeft(Index p, Index q, const JacobiRotation< OtherScalar > &j)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
applyOnTheRight(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
applyOnTheRight(Index p, Index q, const JacobiRotation< OtherScalar > &j)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
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]
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]
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]
bottomLeftCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > > [inline]
bottomLeftCorner(Index cRows, Index cCols) 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]
bottomRightCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > > [inline]
bottomRightCorner(Index cRows, Index cCols) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
bottomRows(Index n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
bottomRows(Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
bottomRows(Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
bottomRows(Index n=N) 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 > > [inline]
computeInverseWithCheck(ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
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 > > [inline]
cross3(const MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
cwiseAbs() constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
cwiseAbs2() constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
cwiseEqual(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
cwiseEqual(const Scalar &s) 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]
cwiseProduct(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 > > [inline, protected]
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 > > [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 > > [inline]
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 > >
hasNaN() constDenseBase< MatrixWrapper< ExpressionType > > [inline]
head(Index n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
head(Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
head(Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
head(Index n=N) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
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, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
isApproxToConstant(const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isConstant(const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isDiagonal(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isIdentity(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isLowerTriangular(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isMuchSmallerThan(const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
isOnes(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constDenseBase< MatrixWrapper< ExpressionType > >
isOrthogonal(const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
IsRowMajor enum valueDenseBase< MatrixWrapper< ExpressionType > >
isUnitary(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
isUpperTriangular(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) constMatrixBase< MatrixWrapper< ExpressionType > >
IsVectorAtCompileTime enum valueDenseBase< MatrixWrapper< ExpressionType > >
isZero(const 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 > > [inline]
ldlt() constMatrixBase< MatrixWrapper< ExpressionType > >
leftCols(Index n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
leftCols(Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
leftCols(Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
leftCols(Index n=N) 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 > > [inline]
lu() constMatrixBase< MatrixWrapper< ExpressionType > >
makeHouseholder(EssentialPart &essential, Scalar &tau, RealScalar &beta) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
makeHouseholderInPlace(Scalar &tau, RealScalar &beta)MatrixBase< MatrixWrapper< ExpressionType > >
maxCoeff() constDenseBase< MatrixWrapper< ExpressionType > >
maxCoeff(IndexType *row, IndexType *col) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
maxCoeff(IndexType *index) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
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, Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
middleCols(Index startCol, Index n=N) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
middleRows(Index startRow, Index n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
middleRows(Index startRow, Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
middleRows(Index startRow, Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
middleRows(Index startRow, Index n=N) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
minCoeff() constDenseBase< MatrixWrapper< ExpressionType > >
minCoeff(IndexType *row, IndexType *col) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
minCoeff(IndexType *index) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
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 > > [inline, static]
NullaryExpr(Index size, const CustomNullaryOp &func)DenseBase< MatrixWrapper< ExpressionType > > [inline, static]
NullaryExpr(const CustomNullaryOp &func)DenseBase< MatrixWrapper< ExpressionType > > [inline, 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 > > [inline]
operator*(const DiagonalBase< DiagonalDerived > &diagonal) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator*(const UniformScaling< Scalar > &s) constMatrixBase< MatrixWrapper< ExpressionType > >
operator*=(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator+(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator+=(const MatrixBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator-() constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator-(const Eigen::MatrixBase< OtherDerived > &other) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator-=(const MatrixBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator/(const Scalar &scalar) constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
operator<<(const Scalar &s)DenseBase< MatrixWrapper< ExpressionType > >
operator<<(const DenseBase< OtherDerived > &other)DenseBase< MatrixWrapper< ExpressionType > > [inline]
operator=(const MatrixBase &other)MatrixBase< MatrixWrapper< ExpressionType > >
operator=(const EigenBase< OtherDerived > &other)MatrixBase< MatrixWrapper< ExpressionType > > [inline]
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 > > [inline]
replicate(Index rowFacor, Index colFactor) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
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(Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
rightCols(Index n=N) 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 n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
segment(Index start, Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
segment(Index start, Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
segment(Index start, Index n=N) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
select(const DenseBase< ThenDerived > &thenMatrix, const typename ThenDerived::Scalar &elseScalar) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
select(const 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 n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
tail(Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
tail(Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
tail(Index n=N) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
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]
topLeftCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > > [inline]
topLeftCorner(Index cRows, Index cCols) 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]
topRightCorner(Index cRows, Index cCols)DenseBase< MatrixWrapper< ExpressionType > > [inline]
topRightCorner(Index cRows, Index cCols) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
topRows(Index n)DenseBase< MatrixWrapper< ExpressionType > > [inline]
topRows(Index n) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
topRows(Index n=N)DenseBase< MatrixWrapper< ExpressionType > > [inline]
topRows(Index n=N) constDenseBase< MatrixWrapper< ExpressionType > > [inline]
trace() constMatrixBase< MatrixWrapper< ExpressionType > >
transpose()DenseBase< MatrixWrapper< ExpressionType > >
transpose() constDenseBase< MatrixWrapper< ExpressionType > >
transposeInPlace()DenseBase< MatrixWrapper< ExpressionType > >
triangularView()MatrixBase< MatrixWrapper< ExpressionType > > [inline]
triangularView() constMatrixBase< MatrixWrapper< ExpressionType > > [inline]
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 > > [inline]
Zero(Index rows, Index cols)DenseBase< MatrixWrapper< ExpressionType > > [static]
Zero(Index size)DenseBase< MatrixWrapper< ExpressionType > > [static]
Zero()DenseBase< MatrixWrapper< ExpressionType > > [static]