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