, including all inherited members.
all(void) const | DenseBase | [inline] |
any(void) const | DenseBase | [inline] |
block(Index startRow, Index startCol, Index blockRows, Index blockCols) | DenseBase | [inline] |
block(Index startRow, Index startCol, Index blockRows, Index blockCols) const | DenseBase | [inline] |
block(Index startRow, Index startCol) | DenseBase | [inline] |
block(Index startRow, Index startCol) const | DenseBase | [inline] |
bottomLeftCorner(Index cRows, Index cCols) | DenseBase | [inline] |
bottomLeftCorner(Index cRows, Index cCols) const | DenseBase | [inline] |
bottomLeftCorner() | DenseBase | [inline] |
bottomLeftCorner() const | DenseBase | [inline] |
bottomRightCorner(Index cRows, Index cCols) | DenseBase | [inline] |
bottomRightCorner(Index cRows, Index cCols) const | DenseBase | [inline] |
bottomRightCorner() | DenseBase | [inline] |
bottomRightCorner() const | DenseBase | [inline] |
bottomRows(Index n) | DenseBase | [inline] |
bottomRows(Index n) const | DenseBase | [inline] |
bottomRows() | DenseBase | [inline] |
bottomRows() const | DenseBase | [inline] |
CoeffReadCost enum value | DenseBase | |
col(Index i) | DenseBase | [inline] |
col(Index i) const | DenseBase | [inline] |
ColsAtCompileTime enum value | DenseBase | |
colwise() const | DenseBase | [inline] |
colwise() | DenseBase | [inline] |
Constant(Index rows, Index cols, const Scalar &value) | DenseBase | [inline, static] |
Constant(Index size, const Scalar &value) | DenseBase | [inline, static] |
Constant(const Scalar &value) | DenseBase | [inline, static] |
count() const | DenseBase | [inline] |
DenseBase() | DenseBase | [inline, protected] |
eval() const | DenseBase | [inline] |
fill(const Scalar &value) | DenseBase | [inline] |
flagged() const | DenseBase | [inline] |
Flags enum value | DenseBase | |
format(const IOFormat &fmt) const | DenseBase | [inline] |
head(Index size) | DenseBase | [inline] |
head(Index size) const | DenseBase | [inline] |
head() | DenseBase | [inline] |
head() const | DenseBase | [inline] |
Index typedef | DenseBase | |
innerSize() const | DenseBase | [inline] |
isApprox(const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase | |
isApproxToConstant(const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase | |
isConstant(const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase | |
isMuchSmallerThan(const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase | |
isMuchSmallerThan(const typename NumTraits< Scalar >::Real &other, RealScalar prec) const | DenseBase | |
isOnes(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase | |
IsRowMajor enum value | DenseBase | |
IsVectorAtCompileTime enum value | DenseBase | |
isZero(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase | |
leftCols(Index n) | DenseBase | [inline] |
leftCols(Index n) const | DenseBase | [inline] |
leftCols() | DenseBase | [inline] |
leftCols() const | DenseBase | [inline] |
LinSpaced(Sequential_t, Index size, const Scalar &low, const Scalar &high) | DenseBase | [inline, static] |
LinSpaced(Index size, const Scalar &low, const Scalar &high) | DenseBase | [inline, static] |
LinSpaced(Sequential_t, const Scalar &low, const Scalar &high) | DenseBase | [inline, static] |
LinSpaced(const Scalar &low, const Scalar &high) | DenseBase | [inline, static] |
maxCoeff() const | DenseBase | [inline] |
maxCoeff(IndexType *row, IndexType *col) const | DenseBase | |
maxCoeff(IndexType *index) const | DenseBase | |
MaxColsAtCompileTime enum value | DenseBase | |
MaxRowsAtCompileTime enum value | DenseBase | |
MaxSizeAtCompileTime enum value | DenseBase | |
mean() const | DenseBase | [inline] |
middleCols(Index startCol, Index numCols) | DenseBase | [inline] |
middleCols(Index startCol, Index numCols) const | DenseBase | [inline] |
middleCols(Index startCol) | DenseBase | [inline] |
middleCols(Index startCol) const | DenseBase | [inline] |
middleRows(Index startRow, Index numRows) | DenseBase | [inline] |
middleRows(Index startRow, Index numRows) const | DenseBase | [inline] |
middleRows(Index startRow) | DenseBase | [inline] |
middleRows(Index startRow) const | DenseBase | [inline] |
minCoeff() const | DenseBase | [inline] |
minCoeff(IndexType *row, IndexType *col) const | DenseBase | |
minCoeff(IndexType *index) const | DenseBase | |
nestByValue() const | DenseBase | [inline] |
nonZeros() const | DenseBase | [inline] |
NullaryExpr(Index rows, Index cols, const CustomNullaryOp &func) | DenseBase | [inline, static] |
NullaryExpr(Index size, const CustomNullaryOp &func) | DenseBase | [inline, static] |
NullaryExpr(const CustomNullaryOp &func) | DenseBase | [inline, static] |
Ones(Index rows, Index cols) | DenseBase | [inline, static] |
Ones(Index size) | DenseBase | [inline, static] |
Ones() | DenseBase | [inline, static] |
operator<<(const Scalar &s) | DenseBase | [inline] |
operator<<(const DenseBase< OtherDerived > &other) | DenseBase | [inline] |
operator<<(std::ostream &s, const DenseBase< Derived > &m) | DenseBase | [related] |
operator=(const DenseBase< OtherDerived > &other) | DenseBase | |
operator=(const DenseBase &other) | DenseBase | |
operator=(const EigenBase< OtherDerived > &other) | DenseBase | |
outerSize() const | DenseBase | [inline] |
prod() const | DenseBase | [inline] |
Random(Index rows, Index cols) | DenseBase | [inline, static] |
Random(Index size) | DenseBase | [inline, static] |
Random() | DenseBase | [inline, static] |
redux(const Func &func) const | DenseBase | [inline] |
replicate() const | DenseBase | [inline] |
replicate(Index rowFacor, Index colFactor) const | DenseBase | [inline] |
resize(Index size) | DenseBase | [inline] |
resize(Index rows, Index cols) | DenseBase | [inline] |
reverse() | DenseBase | [inline] |
reverse() const | DenseBase | [inline] |
reverseInPlace() | DenseBase | [inline] |
rightCols(Index n) | DenseBase | [inline] |
rightCols(Index n) const | DenseBase | [inline] |
rightCols() | DenseBase | [inline] |
rightCols() const | DenseBase | [inline] |
row(Index i) | DenseBase | [inline] |
row(Index i) const | DenseBase | [inline] |
RowsAtCompileTime enum value | DenseBase | |
rowwise() const | DenseBase | [inline] |
rowwise() | DenseBase | [inline] |
segment(Index start, Index size) | DenseBase | [inline] |
segment(Index start, Index size) const | DenseBase | [inline] |
segment(Index start) | DenseBase | [inline] |
segment(Index start) const | DenseBase | [inline] |
select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const | DenseBase | [inline] |
select(const DenseBase< ThenDerived > &thenMatrix, typename ThenDerived::Scalar elseScalar) const | DenseBase | [inline] |
select(typename ElseDerived::Scalar thenScalar, const DenseBase< ElseDerived > &elseMatrix) const | DenseBase | [inline] |
setConstant(const Scalar &value) | DenseBase | [inline] |
setLinSpaced(Index size, const Scalar &low, const Scalar &high) | DenseBase | [inline] |
setOnes() | DenseBase | [inline] |
setRandom() | DenseBase | [inline] |
setZero() | DenseBase | [inline] |
SizeAtCompileTime enum value | DenseBase | |
sum() const | DenseBase | [inline] |
swap(const DenseBase< OtherDerived > &other, int=OtherDerived::ThisConstantIsPrivateInPlainObjectBase) | DenseBase | [inline] |
swap(PlainObjectBase< OtherDerived > &other) | DenseBase | [inline] |
tail(Index size) | DenseBase | [inline] |
tail(Index size) const | DenseBase | [inline] |
tail() | DenseBase | [inline] |
tail() const | DenseBase | [inline] |
topLeftCorner(Index cRows, Index cCols) | DenseBase | [inline] |
topLeftCorner(Index cRows, Index cCols) const | DenseBase | [inline] |
topLeftCorner() | DenseBase | [inline] |
topLeftCorner() const | DenseBase | [inline] |
topRightCorner(Index cRows, Index cCols) | DenseBase | [inline] |
topRightCorner(Index cRows, Index cCols) const | DenseBase | [inline] |
topRightCorner() | DenseBase | [inline] |
topRightCorner() const | DenseBase | [inline] |
topRows(Index n) | DenseBase | [inline] |
topRows(Index n) const | DenseBase | [inline] |
topRows() | DenseBase | [inline] |
topRows() const | DenseBase | [inline] |
transpose() | DenseBase | [inline] |
transpose() const | DenseBase | [inline] |
transposeInPlace() | DenseBase | [inline] |
value() const | DenseBase | [inline] |
visit(Visitor &func) const | DenseBase | |
Zero(Index rows, Index cols) | DenseBase | [inline, static] |
Zero(Index size) | DenseBase | [inline, static] |
Zero() | DenseBase | [inline, static] |