| binaryExpr(const Eigen::SparseMatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| block(Index startRow, Index startCol) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| block(Index startRow, Index startCol) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| block(Index startRow, Index startCol, Index blockRows, Index blockCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| block(Index startRow, Index startCol, Index blockRows, Index blockCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomLeftCorner(NRowsType cRows, NColsType cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomLeftCorner(NRowsType cRows, NColsType cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomLeftCorner() | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomLeftCorner() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomLeftCorner(Index cRows, Index cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomLeftCorner(Index cRows, Index cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRightCorner(NRowsType cRows, NColsType cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRightCorner(NRowsType cRows, NColsType cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRightCorner() | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRightCorner() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRightCorner(Index cRows, Index cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRightCorner(Index cRows, Index cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRows(NRowsType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRows(NRowsType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRows(Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| bottomRows(Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cast() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| coeff(Index row, Index col) const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| coeffRef(Index row, Index col) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| coeffs() const | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| coeffs() | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| col(Index i) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| col(Index i) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cols() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| ColsAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| conjugate() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| conjugateIf() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| conservativeResize(Index rows, Index cols) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| cwiseAbs() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseAbs2() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseArg() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseCbrt() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseEqual(const Scalar &s) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseGreater(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseGreater(const Scalar &s) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseGreaterOrEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseGreaterOrEqual(const Scalar &s) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseInverse() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseLess(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseLess(const Scalar &s) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseLessOrEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseLessOrEqual(const Scalar &s) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseMax(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseMax(const Scalar &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseMin(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseMin(const Scalar &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseNotEqual(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseNotEqual(const Scalar &s) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseProduct(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseQuotient(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseSign() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseSqrt() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| cwiseSquare() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| derived() | Eigen::EigenBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| derived() const | Eigen::EigenBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| diagonal() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| diagonal() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| eval() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| findOrInsertCoeff(Index row, Index col, bool *inserted) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| Flags enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| head(NType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| head(NType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| head(Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| head(Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| imag() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| imag() | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| Index typedef | Eigen::EigenBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| innerIndexPtr() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| innerIndexPtr() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| innerIndicesAreSorted(Index begin, Index end) const | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| innerIndicesAreSorted() const | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| innerNonZeroPtr() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| innerNonZeroPtr() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| innerSize() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| innerVector(Index outer) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| innerVector(Index outer) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| innerVectors(Index outerStart, Index outerSize) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| innerVectors(Index outerStart, Index outerSize) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| insert(Index row, Index col) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| insertFromSortedTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| insertFromSortedTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| insertFromTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| insertFromTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| isCompressed() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| isVector() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| IsVectorAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| leftCols(NColsType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| leftCols(NColsType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| leftCols(Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| leftCols(Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| makeCompressed() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| middleCols(Index startCol, NColsType numCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleCols(Index startCol, NColsType numCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleCols(Index startCol, Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleCols(Index startCol, Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleRows(Index startRow, NRowsType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleRows(Index startRow, NRowsType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleRows(Index startRow, Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| middleRows(Index startRow, Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| nonZeros() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| NumDimensions enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| operator&(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| operator&&(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| operator*(const SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| operator+(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| operator-() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| operator-(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| operator^(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| operator|(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| operator||(const Eigen::SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| outerIndexPtr() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| outerIndexPtr() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| outerSize() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| prune(const Scalar &reference, const RealScalar &epsilon=NumTraits< RealScalar >::dummy_precision()) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| prune(const KeepFunc &keep=KeepFunc()) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| pruned(const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| real() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| real() | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| RealScalar typedef | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| reserve(Index reserveSize) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| reserve(const SizesType &reserveSizes) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| resize(Index rows, Index cols) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| rightCols(NColsType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| rightCols(NColsType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| rightCols(Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| rightCols(Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| row(Index i) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| row(Index i) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| rows() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| RowsAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| segment(Index start, NType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| segment(Index start, NType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| segment(Index start, Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| segment(Index start, Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| setFromSortedTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| setFromSortedTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| setFromTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| setFromTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| setIdentity() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| setZero() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| size() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| SizeAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| sortInnerIndices(Index begin, Index end) | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| sortInnerIndices() | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| SparseCompressedBase() | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inlineprotected |
| SparseMatrix() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(Index rows, Index cols) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(const SparseMatrixBase< OtherDerived > &other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(const SparseSelfAdjointView< OtherDerived, UpLo > &other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(SparseMatrix &&other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(const SparseMatrix &other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(const ReturnByValue< OtherDerived > &other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| SparseMatrix(const DiagonalBase< OtherDerived > &other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inlineexplicit |
| StorageIndex typedef | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| subVector(Index i) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| subVector(Index i) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| subVectors() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| sum() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | |
| swap(SparseMatrix &other) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| swap(SparseMatrix &a, SparseMatrix &b) | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | friend |
| tail(NType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| tail(NType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| tail(Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| tail(Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topLeftCorner(NRowsType cRows, NColsType cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topLeftCorner(NRowsType cRows, NColsType cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topLeftCorner() | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topLeftCorner() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topLeftCorner(Index cRows, Index cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topLeftCorner(Index cRows, Index cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRightCorner(NRowsType cRows, NColsType cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRightCorner(NRowsType cRows, NColsType cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRightCorner() | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRightCorner() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRightCorner(Index cRows, Index cCols) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRightCorner(Index cRows, Index cCols) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRows(NRowsType n) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRows(NRowsType n) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRows(Index n=N) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| topRows(Index n=N) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| twistedBy(const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| unaryViewExpr(const CustomViewOp &func=CustomViewOp()) | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | inline |
| uncompress() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| value_type typedef | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, StorageIndex_ > > | |
| valuePtr() const | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| valuePtr() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |
| ~SparseMatrix() | Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ > | inline |