| coeff(Index row, Index col) const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| coeffRef(Index row, Index col) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| coeffs() const | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| coeffs() | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| cols() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| ColsAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| conservativeResize(Index rows, Index cols) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| derived() | Eigen::EigenBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| derived() const | Eigen::EigenBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| diagonal() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| diagonal() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| eval() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| findOrInsertCoeff(Index row, Index col, bool *inserted) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| Flags enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| Index typedef | Eigen::EigenBase< SparseMatrix< Scalar_, Options_, int > > | |
| innerIndexPtr() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| innerIndexPtr() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| innerIndicesAreSorted(Index begin, Index end) const | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| innerIndicesAreSorted() const | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| innerNonZeroPtr() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| innerNonZeroPtr() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| innerSize() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| insert(Index row, Index col) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| insertFromSortedTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| insertFromSortedTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| insertFromTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| insertFromTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| isCompressed() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| isVector() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| IsVectorAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| makeCompressed() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| nonZeros() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| NumDimensions enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| operator*(const SparseMatrixBase< OtherDerived > &other) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| outerIndexPtr() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| outerIndexPtr() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| outerSize() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| prune(const Scalar &reference, const RealScalar &epsilon=NumTraits< RealScalar >::dummy_precision()) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| prune(const KeepFunc &keep=KeepFunc()) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| pruned(const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| reserve(Index reserveSize) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| reserve(const SizesType &reserveSizes) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| resize(Index rows, Index cols) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| rows() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| RowsAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| setFromSortedTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| setFromSortedTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| setFromTriplets(const InputIterators &begin, const InputIterators &end) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| setFromTriplets(const InputIterators &begin, const InputIterators &end, DupFunctor dup_func) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| setIdentity() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| setZero() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| size() const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| SizeAtCompileTime enum value | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| sortInnerIndices(Index begin, Index end) | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| sortInnerIndices() | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| SparseCompressedBase() | Eigen::SparseCompressedBase< SparseMatrix< Scalar_, Options_, int > > | inlineprotected |
| SparseMatrix() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(Index rows, Index cols) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(const SparseMatrixBase< OtherDerived > &other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(const SparseSelfAdjointView< OtherDerived, UpLo > &other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(SparseMatrix &&other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(const SparseMatrix &other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(const ReturnByValue< OtherDerived > &other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| SparseMatrix(const DiagonalBase< OtherDerived > &other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inlineexplicit |
| StorageIndex typedef | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| sum() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | |
| swap(SparseMatrix &other) | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| twistedBy(const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | inline |
| uncompress() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| value_type typedef | Eigen::SparseMatrixBase< SparseMatrix< Scalar_, Options_, int > > | |
| valuePtr() const | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| valuePtr() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |
| ~SparseMatrix() | Eigen::SparseMatrix< Scalar_, Flags_, StorageIndex_ > | inline |