, including all inherited members.
_experimentalNewProduct(const Lhs &lhs, const Rhs &rhs) | SparseMatrixBase< Derived > | [inline] |
_HasDirectAccess enum value | SparseMatrixBase< Derived > | |
addTo(Dest &dst) const | EigenBase< Derived > | [inline] |
adjoint() const | SparseMatrixBase< Derived > | [inline] |
AdjointReturnType typedef | SparseMatrixBase< Derived > | |
applyThisOnTheLeft(Dest &dst) const | EigenBase< Derived > | [inline] |
applyThisOnTheRight(Dest &dst) const | EigenBase< Derived > | [inline] |
assignGeneric(const OtherDerived &other) | SparseMatrixBase< Derived > | [inline] |
Base typedef | SparseMatrixBase< Derived > | |
binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const | SparseMatrixBase< Derived > | [inline] |
cast() const | SparseMatrixBase< Derived > | [inline] |
CoeffReadCost enum value | SparseMatrixBase< Derived > | |
CoeffReturnType typedef | SparseMatrixBase< Derived > | |
col(Index j) | SparseMatrixBase< Derived > | |
col(Index j) const | SparseMatrixBase< Derived > | |
cols() const | SparseMatrixBase< Derived > | [inline] |
ColsAtCompileTime enum value | SparseMatrixBase< Derived > | |
conjugate() const | SparseMatrixBase< Derived > | [inline] |
ConjugateReturnType typedef | SparseMatrixBase< Derived > | |
const_cast_derived() const | SparseMatrixBase< Derived > | [inline] |
const_derived() const | EigenBase< Derived > | [inline] |
ConstantReturnType typedef | SparseMatrixBase< Derived > | |
cwiseAbs() const | SparseMatrixBase< Derived > | [inline] |
cwiseAbs2() const | SparseMatrixBase< Derived > | [inline] |
cwiseEqual(const Scalar &s) const | SparseMatrixBase< Derived > | [inline] |
cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
cwiseInverse() const | SparseMatrixBase< Derived > | [inline] |
cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
cwiseProduct(const MatrixBase< OtherDerived > &other) const | SparseMatrixBase< Derived > | |
cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
cwiseSqrt() const | SparseMatrixBase< Derived > | [inline] |
derived() const | SparseMatrixBase< Derived > | [inline] |
derived() | SparseMatrixBase< Derived > | [inline] |
dot(const MatrixBase< OtherDerived > &other) const | SparseMatrixBase< Derived > | |
dot(const SparseMatrixBase< OtherDerived > &other) const | SparseMatrixBase< Derived > | |
EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
eval() const | SparseMatrixBase< Derived > | [inline] |
evalTo(MatrixBase< DenseDerived > &dst) const | SparseMatrixBase< Derived > | [inline] |
EigenBase::evalTo(Dest &dst) const | EigenBase< Derived > | [inline] |
Flags enum value | SparseMatrixBase< Derived > | |
imag() const | SparseMatrixBase< Derived > | [inline] |
imag() | SparseMatrixBase< Derived > | [inline] |
ImagReturnType typedef | SparseMatrixBase< Derived > | |
Index typedef | SparseMatrixBase< Derived > | |
innerSize() const | SparseMatrixBase< Derived > | [inline] |
innerVector(Index outer) | SparseMatrixBase< Derived > | |
innerVector(Index outer) const | SparseMatrixBase< Derived > | |
innerVectors(Index outerStart, Index outerSize) | SparseMatrixBase< Derived > | |
innerVectors(Index outerStart, Index outerSize) const | SparseMatrixBase< Derived > | |
isApprox(const SparseMatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | SparseMatrixBase< Derived > | [inline] |
isApprox(const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | SparseMatrixBase< Derived > | [inline] |
IsRowMajor enum value | SparseMatrixBase< Derived > | |
isRValue() const | SparseMatrixBase< Derived > | [inline] |
isVector() const | SparseMatrixBase< Derived > | [inline] |
IsVectorAtCompileTime enum value | SparseMatrixBase< Derived > | |
m_isRValue | SparseMatrixBase< Derived > | [protected] |
markAsRValue() | SparseMatrixBase< Derived > | [inline] |
MaxColsAtCompileTime enum value | SparseMatrixBase< Derived > | |
MaxRowsAtCompileTime enum value | SparseMatrixBase< Derived > | |
MaxSizeAtCompileTime enum value | SparseMatrixBase< Derived > | |
NonConstImagReturnType typedef | SparseMatrixBase< Derived > | |
NonConstRealReturnType typedef | SparseMatrixBase< Derived > | |
nonZeros() const | SparseMatrixBase< Derived > | [inline] |
norm() const | SparseMatrixBase< Derived > | [inline] |
operator*(const Scalar &scalar) const | SparseMatrixBase< Derived > | [inline] |
operator*(const std::complex< Scalar > &scalar) const | SparseMatrixBase< Derived > | [inline] |
operator*(const Scalar &scalar, const StorageBaseType &matrix) | SparseMatrixBase< Derived > | [friend] |
operator*(const std::complex< Scalar > &scalar, const StorageBaseType &matrix) | SparseMatrixBase< Derived > | [friend] |
operator*(const SparseMatrixBase< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
operator*(const DiagonalBase< OtherDerived > &other) const | SparseMatrixBase< Derived > | |
operator*(const DiagonalBase< OtherDerived > &lhs, const SparseMatrixBase &rhs) | SparseMatrixBase< Derived > | [friend] |
operator*(const MatrixBase< OtherDerived > &lhs, const Derived &rhs) | SparseMatrixBase< Derived > | [friend] |
operator*(const MatrixBase< OtherDerived > &other) const | SparseMatrixBase< Derived > | [inline] |
operator*=(const Scalar &other) | SparseMatrixBase< Derived > | |
operator*=(const SparseMatrixBase< OtherDerived > &other) | SparseMatrixBase< Derived > | |
operator+=(const SparseMatrixBase< OtherDerived > &other) | SparseMatrixBase< Derived > | |
operator-() const | SparseMatrixBase< Derived > | [inline] |
operator-=(const SparseMatrixBase< OtherDerived > &other) | SparseMatrixBase< Derived > | |
operator/(const Scalar &scalar) const | SparseMatrixBase< Derived > | [inline] |
operator/=(const Scalar &other) | SparseMatrixBase< Derived > | |
operator<<(std::ostream &s, const SparseMatrixBase &m) | SparseMatrixBase< Derived > | [friend] |
operator=(const EigenBase< OtherDerived > &other) | SparseMatrixBase< Derived > | [inline] |
operator=(const Derived &other) | SparseMatrixBase< Derived > | [inline] |
operator=(const ReturnByValue< OtherDerived > &other) | SparseMatrixBase< Derived > | [inline] |
operator=(const SparseMatrixBase< OtherDerived > &other) | SparseMatrixBase< Derived > | [inline] |
operator=(const SparseSparseProduct< Lhs, Rhs > &product) | SparseMatrixBase< Derived > | [inline] |
outerSize() const | SparseMatrixBase< Derived > | [inline] |
PacketScalar typedef | SparseMatrixBase< Derived > | |
PlainObject typedef | SparseMatrixBase< Derived > | |
real() const | SparseMatrixBase< Derived > | [inline] |
real() | SparseMatrixBase< Derived > | [inline] |
RealReturnType typedef | SparseMatrixBase< Derived > | |
RealScalar typedef | SparseMatrixBase< Derived > | |
row(Index i) | SparseMatrixBase< Derived > | |
row(Index i) const | SparseMatrixBase< Derived > | |
rows() const | SparseMatrixBase< Derived > | [inline] |
RowsAtCompileTime enum value | SparseMatrixBase< Derived > | |
Scalar typedef | SparseMatrixBase< Derived > | |
ScalarMultipleReturnType typedef | SparseMatrixBase< Derived > | |
ScalarQuotient1ReturnType typedef | SparseMatrixBase< Derived > | |
selfadjointView() const | SparseMatrixBase< Derived > | [inline] |
selfadjointView() | SparseMatrixBase< Derived > | [inline] |
size() const | SparseMatrixBase< Derived > | [inline] |
SizeAtCompileTime enum value | SparseMatrixBase< Derived > | |
SparseMatrixBase() | SparseMatrixBase< Derived > | [inline] |
squaredNorm() const | SparseMatrixBase< Derived > | [inline] |
SquareMatrixType typedef | SparseMatrixBase< Derived > | |
StorageBaseType typedef | SparseMatrixBase< Derived > | |
StorageKind typedef | SparseMatrixBase< Derived > | |
subcols(Index start, Index size) | SparseMatrixBase< Derived > | |
subcols(Index start, Index size) const | SparseMatrixBase< Derived > | |
subrows(Index start, Index size) | SparseMatrixBase< Derived > | |
subrows(Index start, Index size) const | SparseMatrixBase< Derived > | |
subTo(Dest &dst) const | EigenBase< Derived > | [inline] |
sum() const | SparseMatrixBase< Derived > | |
toDense() const | SparseMatrixBase< Derived > | [inline] |
transpose() | SparseMatrixBase< Derived > | [inline] |
transpose() const | SparseMatrixBase< Derived > | [inline] |
triangularView() const | SparseMatrixBase< Derived > | [inline] |
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const | SparseMatrixBase< Derived > | [inline] |
unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const | SparseMatrixBase< Derived > | [inline] |