|
| const CwiseBinaryOp< CustomBinaryOp, const MappedSparseMatrix< _Scalar, _Flags, _Index >, const OtherDerived > | binaryExpr (const Eigen::SparseMatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const |
| |
| internal::cast_return_type< MappedSparseMatrix< _Scalar, _Flags, _Index >, constCwiseUnaryOp< internal::scalar_cast_op< typenameinternal::traits< MappedSparseMatrix< _Scalar, _Flags, _Index > >::Scalar, NewType >, constDerived > >::type | cast () const |
| |
| SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, 1 > | col (Index j) |
| |
| const SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, 1 > | col (Index j) const |
| |
| ConjugateReturnType | conjugate () const |
| |
| const CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | cwiseAbs () const |
| |
| const CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | cwiseAbs2 () const |
| |
| const CwiseUnaryOp< std::binder1st< std::equal_to< Scalar > >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | cwiseEqual (const Scalar &s) const |
| |
| const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | cwiseInverse () const |
| |
| const CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | cwiseSqrt () const |
| |
| MappedSparseMatrix< _Scalar, _Flags, _Index > & | derived () |
| |
| const MappedSparseMatrix< _Scalar, _Flags, _Index > & | derived () const |
| |
| const | EIGEN_CWISE_PRODUCT_RETURN_TYPE (MappedSparseMatrix< _Scalar, _Flags, _Index >, OtherDerived) cwiseProduct(const Eigen |
| |
| const internal::eval< MappedSparseMatrix< _Scalar, _Flags, _Index > >::type | eval () const |
| |
| NonConstImagReturnType | imag () |
| |
| const ImagReturnType | imag () const |
| |
| SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, 1 > | innerVector (Index outer) |
| |
| const SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, 1 > | innerVector (Index outer) const |
| |
| SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, Dynamic > | innerVectors (Index outerStart, Index outerSize) |
| |
| const SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, Dynamic > | innerVectors (Index outerStart, Index outerSize) const |
| |
| SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, Dynamic > | middleCols (Index start, Index size) |
| |
| const SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, Dynamic > | middleCols (Index start, Index size) const |
| |
| SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, Dynamic > | middleRows (Index start, Index size) |
| |
| const SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, Dynamic > | middleRows (Index start, Index size) const |
| |
| Index | nonZeros () const |
| |
| const SparseDenseProductReturnType< MappedSparseMatrix< _Scalar, _Flags, _Index >, OtherDerived >::Type | operator* (const MatrixBase< OtherDerived > &other) const |
| |
| const ScalarMultipleReturnType | operator* (const Scalar &scalar) const |
| |
| const SparseSparseProductReturnType< MappedSparseMatrix< _Scalar, _Flags, _Index >, OtherDerived >::Type | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| |
| const CwiseUnaryOp< internal::scalar_multiple2_op< Scalar, std::complex< Scalar > >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | operator* (const std::complex< Scalar > &scalar) const |
| |
| const CwiseUnaryOp< internal::scalar_opposite_op< typename internal::traits< MappedSparseMatrix< _Scalar, _Flags, _Index > >::Scalar >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | operator- () const |
| |
| const CwiseUnaryOp< internal::scalar_quotient1_op< typename internal::traits< MappedSparseMatrix< _Scalar, _Flags, _Index > >::Scalar >, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | operator/ (const Scalar &scalar) const |
| |
| NonConstRealReturnType | real () |
| |
| RealReturnType | real () const |
| |
| SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, 1 > | row (Index i) |
| |
| const SparseInnerVectorSet< MappedSparseMatrix< _Scalar, _Flags, _Index >, 1 > | row (Index i) const |
| |
| Index | size () const |
| |
| SparseSymmetricPermutationProduct< MappedSparseMatrix< _Scalar, _Flags, _Index >, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, Index > &perm) const |
| |
| const CwiseUnaryOp< CustomUnaryOp, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const |
| | Apply a unary operator coefficient-wise.
|
| |
| const CwiseUnaryView< CustomViewOp, const MappedSparseMatrix< _Scalar, _Flags, _Index > > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const |
| |
| | ~MappedSparseMatrix () |
| |
template<typename _Scalar, int _Flags, typename _Index>
class Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >
Sparse matrix.
- Parameters
-
| _Scalar | the scalar type, i.e. the type of the coefficients |
See http://www.netlib.org/linalg/html_templates/node91.html for details on the storage scheme.