SparseMatrixBase< Derived > Member List

This is the complete list of members for SparseMatrixBase< Derived >, including all inherited members.

addTo(Dest &dst) const EigenBase< Derived >inline
adjoint() const SparseMatrixBase< Derived >inline
AdjointReturnType typedefSparseMatrixBase< Derived >
applyThisOnTheLeft(Dest &dst) const EigenBase< Derived >inline
applyThisOnTheRight(Dest &dst) const EigenBase< Derived >inline
assign(const OtherDerived &other)SparseMatrixBase< Derived >inlineprotected
assignGeneric(const OtherDerived &other)SparseMatrixBase< Derived >inlineprotected
Base typedefSparseMatrixBase< Derived >
binaryExpr(const Eigen::SparseMatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const SparseMatrixBase< Derived >inline
cast() const SparseMatrixBase< Derived >inline
CoeffReadCost enum valueSparseMatrixBase< Derived >
col(Index j)SparseMatrixBase< Derived >
col(Index j) const SparseMatrixBase< Derived >
cols() const SparseMatrixBase< Derived >inline
ColsAtCompileTime enum valueSparseMatrixBase< Derived >
conjugate() const SparseMatrixBase< Derived >inline
const_cast_derived() const EigenBase< Derived >inline
const_derived() const EigenBase< Derived >inline
cwiseAbs() const SparseMatrixBase< Derived >inline
cwiseAbs2() const SparseMatrixBase< Derived >inline
cwiseEqual(const Scalar &s) const SparseMatrixBase< Derived >inline
cwiseEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const SparseMatrixBase< Derived >inline
cwiseInverse() const SparseMatrixBase< Derived >inline
cwiseMax(const Eigen::SparseMatrixBase< OtherDerived > &other) const SparseMatrixBase< Derived >inline
cwiseMax(const Scalar &other) const SparseMatrixBase< Derived >inline
cwiseMin(const Eigen::SparseMatrixBase< OtherDerived > &other) const SparseMatrixBase< Derived >inline
cwiseMin(const Scalar &other) const SparseMatrixBase< Derived >inline
cwiseNotEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const SparseMatrixBase< Derived >inline
cwiseProduct(const MatrixBase< OtherDerived > &other) const SparseMatrixBase< Derived >inline
cwiseQuotient(const Eigen::SparseMatrixBase< OtherDerived > &other) const SparseMatrixBase< Derived >inline
cwiseSqrt() const SparseMatrixBase< Derived >inline
derived()EigenBase< Derived >inline
derived() const EigenBase< 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 EigenSparseMatrixBase< Derived >inline
eval() const SparseMatrixBase< Derived >inline
evalTo(MatrixBase< DenseDerived > &dst) const SparseMatrixBase< Derived >inline
Eigen::EigenBase::evalTo(Dest &dst) const EigenBase< Derived >inline
Flags enum valueSparseMatrixBase< Derived >
imag() const SparseMatrixBase< Derived >inline
imag()SparseMatrixBase< Derived >inline
Index typedefSparseMatrixBase< 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 valueSparseMatrixBase< Derived >
isRValue() const SparseMatrixBase< Derived >inline
isVector() const SparseMatrixBase< Derived >inline
IsVectorAtCompileTime enum valueSparseMatrixBase< Derived >
m_isRValueSparseMatrixBase< Derived >protected
markAsRValue()SparseMatrixBase< Derived >inline
MaxColsAtCompileTime enum valueSparseMatrixBase< Derived >
MaxRowsAtCompileTime enum valueSparseMatrixBase< Derived >
MaxSizeAtCompileTime enum valueSparseMatrixBase< Derived >
middleCols(Index start, Index size)SparseMatrixBase< Derived >
middleCols(Index start, Index size) const SparseMatrixBase< Derived >
middleRows(Index start, Index size)SparseMatrixBase< Derived >
middleRows(Index start, Index size) const SparseMatrixBase< Derived >
nonZeros() const SparseMatrixBase< Derived >inline
norm() const SparseMatrixBase< Derived >inline
operator*(const Scalar &scalar) const SparseMatrixBase< Derived >inline
operator*(const RealScalar &scalar) const SparseMatrixBase< Derived >
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 >inline
operator*=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< Derived >
operator+=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< Derived >inline
operator-() const SparseMatrixBase< Derived >inline
operator-=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< Derived >inline
operator/(const Scalar &scalar) const SparseMatrixBase< Derived >inline
operator/=(const Scalar &other)SparseMatrixBase< Derived >inline
operator<<(std::ostream &s, const SparseMatrixBase &m)SparseMatrixBase< Derived >friend
operator=(const EigenBase< OtherDerived > &other)SparseMatrixBase< Derived >inline
operator=(const ReturnByValue< OtherDerived > &other)SparseMatrixBase< Derived >inline
operator=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< Derived >inline
operator=(const Derived &other)SparseMatrixBase< Derived >inline
operator=(const SparseSparseProduct< Lhs, Rhs > &product)SparseMatrixBase< Derived >inline
outerSize() const SparseMatrixBase< Derived >inline
PacketReturnType typedefSparseMatrixBase< Derived >
PacketScalar typedefSparseMatrixBase< Derived >
PlainObject typedefSparseMatrixBase< Derived >
real() const SparseMatrixBase< Derived >inline
real()SparseMatrixBase< Derived >inline
row(Index i)SparseMatrixBase< Derived >
row(Index i) const SparseMatrixBase< Derived >
rows() const SparseMatrixBase< Derived >inline
RowsAtCompileTime enum valueSparseMatrixBase< Derived >
Scalar typedefSparseMatrixBase< Derived >
selfadjointView() const SparseMatrixBase< Derived >inline
selfadjointView()SparseMatrixBase< Derived >inline
size() const SparseMatrixBase< Derived >inline
SizeAtCompileTime enum valueSparseMatrixBase< Derived >
SparseMatrixBase()SparseMatrixBase< Derived >inline
squaredNorm() const SparseMatrixBase< Derived >inline
StorageBaseType typedefSparseMatrixBase< Derived >
StorageKind typedefSparseMatrixBase< 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
twistedBy(const PermutationMatrix< Dynamic, Dynamic, Index > &perm) const SparseMatrixBase< Derived >inline
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const SparseMatrixBase< Derived >inline
unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const SparseMatrixBase< Derived >inline