, including all inherited members.
_set(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline, protected] |
adjoint() const | Eigen::MatrixBase< Derived > | [inline] |
adjointInPlace() | Eigen::MatrixBase< Derived > | [inline] |
all() const | Eigen::DenseBase< Derived > | [inline] |
allFinite() const | Eigen::DenseBase< Derived > | [inline] |
any() const | Eigen::DenseBase< Derived > | [inline] |
applyHouseholderOnTheLeft(const EssentialPart &essential, const Scalar &tau, Scalar *workspace) | Eigen::MatrixBase< Derived > | |
applyHouseholderOnTheRight(const EssentialPart &essential, const Scalar &tau, Scalar *workspace) | Eigen::MatrixBase< Derived > | |
applyOnTheLeft(const EigenBase< OtherDerived > &other) | Eigen::MatrixBase< Derived > | [inline] |
applyOnTheLeft(Index p, Index q, const JacobiRotation< OtherScalar > &j) | Eigen::MatrixBase< Derived > | [inline] |
applyOnTheRight(const EigenBase< OtherDerived > &other) | Eigen::MatrixBase< Derived > | [inline] |
applyOnTheRight(Index p, Index q, const JacobiRotation< OtherScalar > &j) | Eigen::MatrixBase< Derived > | [inline] |
array() | Eigen::MatrixBase< Derived > | [inline] |
array() const | Eigen::MatrixBase< Derived > | [inline] |
asDiagonal() const | Eigen::MatrixBase< Derived > | [inline] |
Base typedef | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
bdcSvd(unsigned int computationOptions=0) const | Eigen::MatrixBase< Derived > | [inline] |
binaryExpr(const Eigen::MatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const | Eigen::MatrixBase< Derived > | [inline] |
block(Index startRow, Index startCol, Index blockRows, Index blockCols) | Eigen::DenseBase< Derived > | [inline] |
block(Index startRow, Index startCol, Index blockRows, Index blockCols) const | Eigen::DenseBase< Derived > | [inline] |
block(Index startRow, Index startCol) | Eigen::DenseBase< Derived > | [inline] |
block(Index startRow, Index startCol) const | Eigen::DenseBase< Derived > | [inline] |
block(Index startRow, Index startCol, Index blockRows, Index blockCols) | Eigen::DenseBase< Derived > | [inline] |
block(Index startRow, Index startCol, Index blockRows, Index blockCols) const | Eigen::DenseBase< Derived > | [inline] |
blueNorm() const | Eigen::MatrixBase< Derived > | [inline] |
bottomLeftCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
bottomLeftCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
bottomLeftCorner() | Eigen::DenseBase< Derived > | [inline] |
bottomLeftCorner() const | Eigen::DenseBase< Derived > | [inline] |
bottomLeftCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
bottomLeftCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
bottomRightCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
bottomRightCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
bottomRightCorner() | Eigen::DenseBase< Derived > | [inline] |
bottomRightCorner() const | Eigen::DenseBase< Derived > | [inline] |
bottomRightCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
bottomRightCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
bottomRows(Index n) | Eigen::DenseBase< Derived > | [inline] |
bottomRows(Index n) const | Eigen::DenseBase< Derived > | [inline] |
bottomRows(Index n=N) | Eigen::DenseBase< Derived > | [inline] |
bottomRows(Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
cast() const | Eigen::MatrixBase< Derived > | [inline] |
coeff(Index rowId, Index colId) const | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
coeff(Index index) const | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
coeffRef(Index rowId, Index colId) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
coeffRef(Index index) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
coeffRef(Index rowId, Index colId) const | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
coeffRef(Index index) const | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
col(Index i) | Eigen::DenseBase< Derived > | [inline] |
col(Index i) const | Eigen::DenseBase< Derived > | [inline] |
colPivHouseholderQr() const | Eigen::MatrixBase< Derived > | [inline] |
ColsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
colStride() const | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | [inline] |
colwise() const | Eigen::DenseBase< Derived > | [inline] |
colwise() | Eigen::DenseBase< Derived > | [inline] |
completeOrthogonalDecomposition() const | Eigen::MatrixBase< Derived > | [inline] |
computeInverseAndDetWithCheck(ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | [inline] |
computeInverseWithCheck(ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | [inline] |
conjugate() const | Eigen::MatrixBase< Derived > | [inline] |
conservativeResize(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
conservativeResize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
conservativeResize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
conservativeResize(Index size) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
conservativeResizeLike(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
Constant(Index rows, Index cols, const Scalar &value) | Eigen::DenseBase< Derived > | [inline, static] |
Constant(Index size, const Scalar &value) | Eigen::DenseBase< Derived > | [inline, static] |
Constant(const Scalar &value) | Eigen::DenseBase< Derived > | [inline, static] |
count() const | Eigen::DenseBase< Derived > | [inline] |
cross(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cross3(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseAbs() const | Eigen::MatrixBase< Derived > | [inline] |
cwiseAbs2() const | Eigen::MatrixBase< Derived > | [inline] |
cwiseEqual(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseEqual(const Scalar &s) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseInverse() const | Eigen::MatrixBase< Derived > | [inline] |
cwiseMax(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseMax(const Scalar &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseMin(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseMin(const Scalar &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseNotEqual(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseProduct(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseQuotient(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
cwiseSign() const | Eigen::MatrixBase< Derived > | [inline] |
cwiseSqrt() const | Eigen::MatrixBase< Derived > | [inline] |
data() const | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
data() | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
DenseBase() | Eigen::DenseBase< Derived > | [inline, protected] |
derived() | Eigen::EigenBase< Derived > | [inline] |
derived() const | Eigen::EigenBase< Derived > | [inline] |
determinant() const | Eigen::MatrixBase< Derived > | [inline] |
diagonal() | Eigen::MatrixBase< Derived > | [inline] |
diagonal() const | Eigen::MatrixBase< Derived > | [inline] |
diagonal(Index index) | Eigen::MatrixBase< Derived > | [inline] |
diagonal(Index index) const | Eigen::MatrixBase< Derived > | [inline] |
diagonalSize() const | Eigen::MatrixBase< Derived > | [inline] |
dot(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | |
eigenvalues() const | Eigen::MatrixBase< Derived > | [inline] |
eulerAngles(Index a0, Index a1, Index a2) const | Eigen::MatrixBase< Derived > | [inline] |
eval() const | Eigen::DenseBase< Derived > | [inline] |
fill(const Scalar &value) | Eigen::DenseBase< Derived > | [inline] |
flagged() const | Eigen::DenseBase< Derived > | [inline] |
Flags enum value | Eigen::DenseBase< Derived > | |
forceAlignedAccess() const | Eigen::MatrixBase< Derived > | [inline] |
forceAlignedAccess() | Eigen::MatrixBase< Derived > | [inline] |
forceAlignedAccessIf() const | Eigen::MatrixBase< Derived > | [inline] |
forceAlignedAccessIf() | Eigen::MatrixBase< Derived > | [inline] |
format(const IOFormat &fmt) const | Eigen::DenseBase< Derived > | [inline] |
fullPivHouseholderQr() const | Eigen::MatrixBase< Derived > | [inline] |
fullPivLu() const | Eigen::MatrixBase< Derived > | [inline] |
hasNaN() const | Eigen::DenseBase< Derived > | [inline] |
head(Index n) | Eigen::DenseBase< Derived > | [inline] |
head(Index n) const | Eigen::DenseBase< Derived > | [inline] |
head(Index n=N) | Eigen::DenseBase< Derived > | [inline] |
head(Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
hnormalized() const | Eigen::MatrixBase< Derived > | [inline] |
homogeneous() const | Eigen::MatrixBase< Derived > | [inline] |
householderQr() const | Eigen::MatrixBase< Derived > | [inline] |
hypotNorm() const | Eigen::MatrixBase< Derived > | [inline] |
Identity() | Eigen::MatrixBase< Derived > | [inline, static] |
Identity(Index rows, Index cols) | Eigen::MatrixBase< Derived > | [inline, static] |
imag() const | Eigen::MatrixBase< Derived > | [inline] |
imag() | Eigen::MatrixBase< Derived > | [inline] |
Index typedef | Eigen::EigenBase< Derived > | |
innerSize() const | Eigen::DenseBase< Derived > | [inline] |
innerStride() const | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
inverse() const | Eigen::MatrixBase< Derived > | [inline] |
isApprox(const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isApproxToConstant(const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isConstant(const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isDiagonal(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
isIdentity(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
isLowerTriangular(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
isMuchSmallerThan(const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isMuchSmallerThan(const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const | Eigen::DenseBase< Derived > | |
isOnes(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isOrthogonal(const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
IsRowMajor enum value | Eigen::DenseBase< Derived > | |
isUnitary(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
isUpperTriangular(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
IsVectorAtCompileTime enum value | Eigen::DenseBase< Derived > | |
isZero(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
jacobiSvd(unsigned int computationOptions=0) const | Eigen::MatrixBase< Derived > | [inline] |
lazyAssign(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
lazyProduct(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | |
ldlt() const | Eigen::MatrixBase< Derived > | [inline] |
leftCols(Index n) | Eigen::DenseBase< Derived > | [inline] |
leftCols(Index n) const | Eigen::DenseBase< Derived > | [inline] |
leftCols(Index n=N) | Eigen::DenseBase< Derived > | [inline] |
leftCols(Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
LinSpaced(Sequential_t, Index size, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | [inline, static] |
LinSpaced(Index size, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | [inline, static] |
LinSpaced(Sequential_t, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | [inline, static] |
LinSpaced(const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | [inline, static] |
llt() const | Eigen::MatrixBase< Derived > | [inline] |
lpNorm() const | Eigen::MatrixBase< Derived > | |
lu() const | Eigen::MatrixBase< Derived > | [inline] |
makeHouseholder(EssentialPart &essential, Scalar &tau, RealScalar &beta) const | Eigen::MatrixBase< Derived > | |
makeHouseholderInPlace(Scalar &tau, RealScalar &beta) | Eigen::MatrixBase< Derived > | |
Matrix() | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
Matrix(const Scalar *data) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [explicit] |
Matrix(Index dim) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline, explicit] |
Matrix(const Scalar &x) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
Matrix(Index rows, Index cols) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
Matrix(const Scalar &x, const Scalar &y) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
Matrix(const Scalar &x, const Scalar &y, const Scalar &z) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
Matrix(const Scalar &x, const Scalar &y, const Scalar &z, const Scalar &w) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
Matrix(const Matrix &other) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
Matrix(const EigenBase< OtherDerived > &other) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
Matrix(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [explicit] |
maxCoeff() const | Eigen::DenseBase< Derived > | [inline] |
maxCoeff(IndexType *row, IndexType *col) const | Eigen::DenseBase< Derived > | |
maxCoeff(IndexType *index) const | Eigen::DenseBase< Derived > | |
MaxColsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
MaxRowsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
MaxSizeAtCompileTime enum value | Eigen::DenseBase< Derived > | |
mean() const | Eigen::DenseBase< Derived > | [inline] |
middleCols(Index startCol, Index numCols) | Eigen::DenseBase< Derived > | [inline] |
middleCols(Index startCol, Index numCols) const | Eigen::DenseBase< Derived > | [inline] |
middleCols(Index startCol, Index n=N) | Eigen::DenseBase< Derived > | [inline] |
middleCols(Index startCol, Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
middleRows(Index startRow, Index n) | Eigen::DenseBase< Derived > | [inline] |
middleRows(Index startRow, Index n) const | Eigen::DenseBase< Derived > | [inline] |
middleRows(Index startRow, Index n=N) | Eigen::DenseBase< Derived > | [inline] |
middleRows(Index startRow, Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
minCoeff() const | Eigen::DenseBase< Derived > | [inline] |
minCoeff(IndexType *row, IndexType *col) const | Eigen::DenseBase< Derived > | |
minCoeff(IndexType *index) const | Eigen::DenseBase< Derived > | |
nestByValue() const | Eigen::DenseBase< Derived > | [inline] |
noalias() | Eigen::MatrixBase< Derived > | |
nonZeros() const | Eigen::DenseBase< Derived > | [inline] |
norm() const | Eigen::MatrixBase< Derived > | [inline] |
normalize() | Eigen::MatrixBase< Derived > | [inline] |
normalized() const | Eigen::MatrixBase< Derived > | [inline] |
NullaryExpr(Index rows, Index cols, const CustomNullaryOp &func) | Eigen::DenseBase< Derived > | [inline, static] |
NullaryExpr(Index size, const CustomNullaryOp &func) | Eigen::DenseBase< Derived > | [inline, static] |
NullaryExpr(const CustomNullaryOp &func) | Eigen::DenseBase< Derived > | [inline, static] |
Ones(Index rows, Index cols) | Eigen::DenseBase< Derived > | [inline, static] |
Ones(Index size) | Eigen::DenseBase< Derived > | [inline, static] |
Ones() | Eigen::DenseBase< Derived > | [inline, static] |
operator!=(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
operator&&(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
operator()(Index row, Index col) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
operator()(Index index) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::operator()(Index row, Index col) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::operator()(Index index) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
operator*(const T &scalar) const | Eigen::MatrixBase< Derived > | |
operator*(const T &scalar, const StorageBaseType &expr) | Eigen::MatrixBase< Derived > | [friend] |
operator*(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
operator*(const DiagonalBase< DiagonalDerived > &diagonal) const | Eigen::MatrixBase< Derived > | [inline] |
operator*=(const EigenBase< OtherDerived > &other) | Eigen::MatrixBase< Derived > | [inline] |
operator+(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | |
operator+=(const MatrixBase< OtherDerived > &other) | Eigen::MatrixBase< Derived > | [inline] |
operator-() const | Eigen::MatrixBase< Derived > | [inline] |
operator-(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | |
operator-=(const MatrixBase< OtherDerived > &other) | Eigen::MatrixBase< Derived > | [inline] |
operator/(const T &scalar) const | Eigen::MatrixBase< Derived > | |
operator<<(const Scalar &s) | Eigen::DenseBase< Derived > | [inline] |
operator<<(const DenseBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | [inline] |
operator<<(std::ostream &s, const DenseBase< Derived > &m) | Eigen::DenseBase< Derived > | [related] |
operator=(const Matrix &other) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
operator=(const DenseBase< OtherDerived > &other) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
operator=(const EigenBase< OtherDerived > &other) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
operator=(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::operator=(const PlainObjectBase &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
Eigen::doxygen::dense_xpr_base_dispatcher< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::operator=(const MatrixBase &other) | Eigen::MatrixBase< Derived > | [inline] |
Eigen::DenseBase::operator=(const DenseBase &other) | Eigen::DenseBase< Derived > | [inline] |
operator==(const MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
operator[](Index index) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::operator[](Index index) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
operatorNorm() const | Eigen::MatrixBase< Derived > | [inline] |
operator||(const Eigen::MatrixBase< OtherDerived > &other) const | Eigen::MatrixBase< Derived > | [inline] |
outerSize() const | Eigen::DenseBase< Derived > | [inline] |
outerStride() const | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | [inline] |
partialPivLu() const | Eigen::MatrixBase< Derived > | [inline] |
PlainArray typedef | Eigen::DenseBase< Derived > | |
PlainMatrix typedef | Eigen::DenseBase< Derived > | |
PlainObject typedef | Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
PlainObjectBase(const PlainObjectBase &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline, protected] |
PlainObjectBase(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline, protected] |
PlainObjectBase(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline, protected] |
PlainObjectBase(const ReturnByValue< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline, protected] |
prod() const | Eigen::DenseBase< Derived > | [inline] |
Random(Index rows, Index cols) | Eigen::DenseBase< Derived > | [inline, static] |
Random(Index size) | Eigen::DenseBase< Derived > | [inline, static] |
Random() | Eigen::DenseBase< Derived > | [inline, static] |
real() const | Eigen::MatrixBase< Derived > | [inline] |
real() | Eigen::MatrixBase< Derived > | [inline] |
redux(const Func &func) const | Eigen::DenseBase< Derived > | |
replicate() const | Eigen::DenseBase< Derived > | |
replicate(Index rowFactor, Index colFactor) const | Eigen::DenseBase< Derived > | [inline] |
resize(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
resize(Index size) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
resize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
resize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
resizeLike(const EigenBase< OtherDerived > &_other) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | [inline] |
reverse() | Eigen::DenseBase< Derived > | [inline] |
reverse() const | Eigen::DenseBase< Derived > | [inline] |
reverseInPlace() | Eigen::DenseBase< Derived > | [inline] |
rightCols(Index n) | Eigen::DenseBase< Derived > | [inline] |
rightCols(Index n) const | Eigen::DenseBase< Derived > | [inline] |
rightCols(Index n=N) | Eigen::DenseBase< Derived > | [inline] |
rightCols(Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
row(Index i) | Eigen::DenseBase< Derived > | [inline] |
row(Index i) const | Eigen::DenseBase< Derived > | [inline] |
RowsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
rowStride() const | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | [inline] |
rowwise() const | Eigen::DenseBase< Derived > | [inline] |
rowwise() | Eigen::DenseBase< Derived > | [inline] |
segment(Index start, Index n) | Eigen::DenseBase< Derived > | [inline] |
segment(Index start, Index n) const | Eigen::DenseBase< Derived > | [inline] |
segment(Index start, Index n=N) | Eigen::DenseBase< Derived > | [inline] |
segment(Index start, Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const | Eigen::DenseBase< Derived > | [inline] |
select(const DenseBase< ThenDerived > &thenMatrix, const typename ThenDerived::Scalar &elseScalar) const | Eigen::DenseBase< Derived > | [inline] |
select(const typename ElseDerived::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const | Eigen::DenseBase< Derived > | [inline] |
selfadjointView() | Eigen::MatrixBase< Derived > | |
selfadjointView() const | Eigen::MatrixBase< Derived > | |
setConstant(Index size, const Scalar &val) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
setConstant(Index rows, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
Eigen::doxygen::dense_xpr_base_dispatcher< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::setConstant(const Scalar &value) | Eigen::DenseBase< Derived > | [inline] |
setIdentity() | Eigen::MatrixBase< Derived > | [inline] |
setIdentity(Index rows, Index cols) | Eigen::MatrixBase< Derived > | [inline] |
setLinSpaced(Index size, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | [inline] |
setLinSpaced(const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | [inline] |
setOnes(Index size) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
setOnes(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
Eigen::doxygen::dense_xpr_base_dispatcher< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::setOnes() | Eigen::DenseBase< Derived > | [inline] |
setRandom(Index size) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
setRandom(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
Eigen::doxygen::dense_xpr_base_dispatcher< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::setRandom() | Eigen::DenseBase< Derived > | [inline] |
setZero(Index size) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
setZero(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > > | |
Eigen::doxygen::dense_xpr_base_dispatcher< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::setZero() | Eigen::DenseBase< Derived > | [inline] |
size() const | Eigen::EigenBase< Derived > | [inline] |
SizeAtCompileTime enum value | Eigen::DenseBase< Derived > | |
sparseView(const Scalar &m_reference=Scalar(0), const typename NumTraits< Scalar >::Real &m_epsilon=NumTraits< Scalar >::dummy_precision()) const | Eigen::MatrixBase< Derived > | |
squaredNorm() const | Eigen::MatrixBase< Derived > | [inline] |
stableNorm() const | Eigen::MatrixBase< Derived > | [inline] |
stableNormalize() | Eigen::MatrixBase< Derived > | [inline] |
stableNormalized() const | Eigen::MatrixBase< Derived > | [inline] |
StorageIndex typedef | Eigen::DenseBase< Derived > | |
sum() const | Eigen::DenseBase< Derived > | [inline] |
swap(const DenseBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | [inline] |
swap(PlainObjectBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | [inline] |
tail(Index n) | Eigen::DenseBase< Derived > | [inline] |
tail(Index n) const | Eigen::DenseBase< Derived > | [inline] |
tail(Index n=N) | Eigen::DenseBase< Derived > | [inline] |
tail(Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
topLeftCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
topLeftCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
topLeftCorner() | Eigen::DenseBase< Derived > | [inline] |
topLeftCorner() const | Eigen::DenseBase< Derived > | [inline] |
topLeftCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
topLeftCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
topRightCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
topRightCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
topRightCorner() | Eigen::DenseBase< Derived > | [inline] |
topRightCorner() const | Eigen::DenseBase< Derived > | [inline] |
topRightCorner(Index cRows, Index cCols) | Eigen::DenseBase< Derived > | [inline] |
topRightCorner(Index cRows, Index cCols) const | Eigen::DenseBase< Derived > | [inline] |
topRows(Index n) | Eigen::DenseBase< Derived > | [inline] |
topRows(Index n) const | Eigen::DenseBase< Derived > | [inline] |
topRows(Index n=N) | Eigen::DenseBase< Derived > | [inline] |
topRows(Index n=N) const | Eigen::DenseBase< Derived > | [inline] |
trace() const | Eigen::MatrixBase< Derived > | [inline] |
transpose() | Eigen::DenseBase< Derived > | [inline] |
transpose() const | Eigen::DenseBase< Derived > | [inline] |
transposeInPlace() | Eigen::DenseBase< Derived > | [inline] |
triangularView() | Eigen::MatrixBase< Derived > | |
triangularView() const | Eigen::MatrixBase< Derived > | |
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const | Eigen::MatrixBase< Derived > | [inline] |
unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const | Eigen::MatrixBase< Derived > | [inline] |
Unit(Index size, Index i) | Eigen::MatrixBase< Derived > | [inline, static] |
Unit(Index i) | Eigen::MatrixBase< Derived > | [inline, static] |
unitOrthogonal(void) const | Eigen::MatrixBase< Derived > | [inline] |
UnitW() | Eigen::MatrixBase< Derived > | [inline, static] |
UnitX() | Eigen::MatrixBase< Derived > | [inline, static] |
UnitY() | Eigen::MatrixBase< Derived > | [inline, static] |
UnitZ() | Eigen::MatrixBase< Derived > | [inline, static] |
value() const | Eigen::DenseBase< Derived > | [inline] |
value_type typedef | Eigen::DenseBase< Derived > | |
visit(Visitor &func) const | Eigen::DenseBase< Derived > | |
w() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::w() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
x() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::x() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
y() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::y() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
z() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | [inline] |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::z() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | [inline] |
Zero(Index rows, Index cols) | Eigen::DenseBase< Derived > | [inline, static] |
Zero(Index size) | Eigen::DenseBase< Derived > | [inline, static] |
Zero() | Eigen::DenseBase< Derived > | [inline, static] |