Eigen  3.3.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Eigen::SparseMatrixBase< Derived > Member List

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

binaryExpr(const Eigen::SparseMatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const Eigen::SparseMatrixBase< Derived >inline
block(Index startRow, Index startCol, Index blockRows, Index blockCols)Eigen::SparseMatrixBase< Derived >inline
block(Index startRow, Index startCol, Index blockRows, Index blockCols) const Eigen::SparseMatrixBase< Derived >inline
block(Index startRow, Index startCol)Eigen::SparseMatrixBase< Derived >inline
block(Index startRow, Index startCol) const Eigen::SparseMatrixBase< Derived >inline
block(Index startRow, Index startCol, Index blockRows, Index blockCols)Eigen::SparseMatrixBase< Derived >inline
block(Index startRow, Index startCol, Index blockRows, Index blockCols) const Eigen::SparseMatrixBase< Derived >inline
bottomLeftCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
bottomLeftCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
bottomLeftCorner()Eigen::SparseMatrixBase< Derived >inline
bottomLeftCorner() const Eigen::SparseMatrixBase< Derived >inline
bottomLeftCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
bottomLeftCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
bottomRightCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
bottomRightCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
bottomRightCorner()Eigen::SparseMatrixBase< Derived >inline
bottomRightCorner() const Eigen::SparseMatrixBase< Derived >inline
bottomRightCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
bottomRightCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
bottomRows(Index n)Eigen::SparseMatrixBase< Derived >inline
bottomRows(Index n) const Eigen::SparseMatrixBase< Derived >inline
bottomRows(Index n=N)Eigen::SparseMatrixBase< Derived >inline
bottomRows(Index n=N) const Eigen::SparseMatrixBase< Derived >inline
cast() const Eigen::SparseMatrixBase< Derived >inline
col(Index i)Eigen::SparseMatrixBase< Derived >inline
col(Index i) const Eigen::SparseMatrixBase< Derived >inline
cols() const Eigen::SparseMatrixBase< Derived >inline
ColsAtCompileTime enum valueEigen::SparseMatrixBase< Derived >
conjugate() const Eigen::SparseMatrixBase< Derived >inline
cwiseAbs() const Eigen::SparseMatrixBase< Derived >inline
cwiseAbs2() const Eigen::SparseMatrixBase< Derived >inline
cwiseEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseEqual(const Scalar &s) const Eigen::SparseMatrixBase< Derived >inline
cwiseInverse() const Eigen::SparseMatrixBase< Derived >inline
cwiseMax(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseMax(const Scalar &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseMin(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseMin(const Scalar &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseNotEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseProduct(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseQuotient(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
cwiseSign() const Eigen::SparseMatrixBase< Derived >inline
cwiseSqrt() const Eigen::SparseMatrixBase< Derived >inline
derived()Eigen::EigenBase< Derived >inline
derived() const Eigen::EigenBase< Derived >inline
eval() const Eigen::SparseMatrixBase< Derived >inline
Flags enum valueEigen::SparseMatrixBase< Derived >
head(Index n)Eigen::SparseMatrixBase< Derived >inline
head(Index n) const Eigen::SparseMatrixBase< Derived >inline
head(Index n=N)Eigen::SparseMatrixBase< Derived >inline
head(Index n=N) const Eigen::SparseMatrixBase< Derived >inline
imag() const Eigen::SparseMatrixBase< Derived >inline
imag()Eigen::SparseMatrixBase< Derived >inline
Index typedefEigen::EigenBase< Derived >
innerSize() const Eigen::SparseMatrixBase< Derived >inline
innerVector(Index outer)Eigen::SparseMatrixBase< Derived >
innerVector(Index outer) const Eigen::SparseMatrixBase< Derived >
innerVectors(Index outerStart, Index outerSize)Eigen::SparseMatrixBase< Derived >
innerVectors(Index outerStart, Index outerSize) const Eigen::SparseMatrixBase< Derived >
isVector() const Eigen::SparseMatrixBase< Derived >inline
IsVectorAtCompileTime enum valueEigen::SparseMatrixBase< Derived >
leftCols(Index n)Eigen::SparseMatrixBase< Derived >inline
leftCols(Index n) const Eigen::SparseMatrixBase< Derived >inline
leftCols(Index n=N)Eigen::SparseMatrixBase< Derived >inline
leftCols(Index n=N) const Eigen::SparseMatrixBase< Derived >inline
middleCols(Index startCol, Index numCols)Eigen::SparseMatrixBase< Derived >inline
middleCols(Index startCol, Index numCols) const Eigen::SparseMatrixBase< Derived >inline
middleCols(Index startCol, Index n=N)Eigen::SparseMatrixBase< Derived >inline
middleCols(Index startCol, Index n=N) const Eigen::SparseMatrixBase< Derived >inline
middleRows(Index startRow, Index n)Eigen::SparseMatrixBase< Derived >inline
middleRows(Index startRow, Index n) const Eigen::SparseMatrixBase< Derived >inline
middleRows(Index startRow, Index n=N)Eigen::SparseMatrixBase< Derived >inline
middleRows(Index startRow, Index n=N) const Eigen::SparseMatrixBase< Derived >inline
operator&&(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
operator*(const T &scalar) const Eigen::SparseMatrixBase< Derived >
operator*(const T &scalar, const StorageBaseType &expr)Eigen::SparseMatrixBase< Derived >friend
operator*(const SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
operator+(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >
operator-() const Eigen::SparseMatrixBase< Derived >inline
operator-(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >
operator/(const T &scalar) const Eigen::SparseMatrixBase< Derived >
operator||(const Eigen::SparseMatrixBase< OtherDerived > &other) const Eigen::SparseMatrixBase< Derived >inline
outerSize() const Eigen::SparseMatrixBase< Derived >inline
pruned(const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const Eigen::SparseMatrixBase< Derived >inline
real() const Eigen::SparseMatrixBase< Derived >inline
real()Eigen::SparseMatrixBase< Derived >inline
rightCols(Index n)Eigen::SparseMatrixBase< Derived >inline
rightCols(Index n) const Eigen::SparseMatrixBase< Derived >inline
rightCols(Index n=N)Eigen::SparseMatrixBase< Derived >inline
rightCols(Index n=N) const Eigen::SparseMatrixBase< Derived >inline
row(Index i)Eigen::SparseMatrixBase< Derived >inline
row(Index i) const Eigen::SparseMatrixBase< Derived >inline
rows() const Eigen::SparseMatrixBase< Derived >inline
RowsAtCompileTime enum valueEigen::SparseMatrixBase< Derived >
segment(Index start, Index n)Eigen::SparseMatrixBase< Derived >inline
segment(Index start, Index n) const Eigen::SparseMatrixBase< Derived >inline
segment(Index start, Index n=N)Eigen::SparseMatrixBase< Derived >inline
segment(Index start, Index n=N) const Eigen::SparseMatrixBase< Derived >inline
size() const Eigen::SparseMatrixBase< Derived >inline
SizeAtCompileTime enum valueEigen::SparseMatrixBase< Derived >
StorageIndex typedefEigen::SparseMatrixBase< Derived >
tail(Index n)Eigen::SparseMatrixBase< Derived >inline
tail(Index n) const Eigen::SparseMatrixBase< Derived >inline
tail(Index n=N)Eigen::SparseMatrixBase< Derived >inline
tail(Index n=N) const Eigen::SparseMatrixBase< Derived >inline
topLeftCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
topLeftCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
topLeftCorner()Eigen::SparseMatrixBase< Derived >inline
topLeftCorner() const Eigen::SparseMatrixBase< Derived >inline
topLeftCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
topLeftCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
topRightCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
topRightCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
topRightCorner()Eigen::SparseMatrixBase< Derived >inline
topRightCorner() const Eigen::SparseMatrixBase< Derived >inline
topRightCorner(Index cRows, Index cCols)Eigen::SparseMatrixBase< Derived >inline
topRightCorner(Index cRows, Index cCols) const Eigen::SparseMatrixBase< Derived >inline
topRows(Index n)Eigen::SparseMatrixBase< Derived >inline
topRows(Index n) const Eigen::SparseMatrixBase< Derived >inline
topRows(Index n=N)Eigen::SparseMatrixBase< Derived >inline
topRows(Index n=N) const Eigen::SparseMatrixBase< Derived >inline
twistedBy(const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const Eigen::SparseMatrixBase< Derived >inline
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const Eigen::SparseMatrixBase< Derived >inline
unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const Eigen::SparseMatrixBase< Derived >inline
value_type typedefEigen::SparseMatrixBase< Derived >