|
| enum | {
Flags
,
Options
,
RowsAtCompileTime
,
ColsAtCompileTime
,
MaxColsAtCompileTime
,
MaxRowsAtCompileTime
} |
| |
| typedef BlockSparseMatrixT::Index | Index |
| |
| typedef BlockSparseMatrixT | Nested |
| |
| typedef Ref< typename BlockSparseMatrixT::BlockRealScalar > | RealScalar |
| |
| typedef Ref< typename BlockSparseMatrixT::BlockScalar > | Scalar |
| |
| typedef std::conditional_t< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, Eigen::Transpose< const Derived > >, Transpose< const Derived > > | AdjointReturnType |
| |
| typedef Transpose< const Derived > | ConstTransposeReturnType |
| |
| typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
| |
| typedef internal::add_const_on_value_type_if_arithmetic< typename internal::packet_traits< Scalar >::type >::type | PacketReturnType |
| |
| typedef internal::packet_traits< Scalar >::type | PacketScalar |
| |
| typedef SparseMatrix< Scalar, Flags &RowMajorBit ? RowMajor :ColMajor, StorageIndex > | PlainObject |
| |
| typedef internal::traits< Derived >::Scalar | Scalar |
| |
| typedef Matrix< Scalar, Dynamic, 1 > | ScalarVector |
| |
| typedef SparseMatrixBase | StorageBaseType |
| |
| typedef internal::traits< Derived >::StorageIndex | StorageIndex |
| |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
| |
| typedef Transpose< Derived > | TransposeReturnType |
| |
| typedef Scalar | value_type |
| |
| typedef Eigen::Index | Index |
| |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
| |
|
| | BlockSparseMatrixView (const BlockSparseMatrixT &spblockmat) |
| |
| Scalar | coeff (Index row, Index col) |
| |
| Scalar | coeffRef (Index row, Index col) |
| |
| Index | cols () const |
| |
| Index | outerSize () const |
| |
| Index | rows () const |
| |
| const AdjointReturnType | adjoint () const |
| |
| RealScalar | blueNorm () const |
| |
| Index | cols () const |
| |
| const SparseMatrixBase< Derived >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| |
| const CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| |
| internal::traits< Derived >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| |
| Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| |
| internal::traits< Derived >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| |
| Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| |
| const internal::eval< Derived >::type | eval () const |
| |
| Index | innerSize () const |
| |
| bool | isApprox (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
| bool | isApprox (const SparseMatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
| bool | isRValue () const |
| |
| bool | isVector () const |
| |
| Derived & | markAsRValue () |
| |
| RealScalar | norm () const |
| |
| const Product< Derived, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| |
| const Product< Derived, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
| |
| const Product< Derived, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| |
| Derived & | operator*= (const Scalar &other) |
| |
| Derived & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Derived & | operator+= (const DiagonalBase< OtherDerived > &other) |
| |
| Derived & | operator+= (const EigenBase< OtherDerived > &other) |
| |
| Derived & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Derived & | operator-= (const DiagonalBase< OtherDerived > &other) |
| |
| Derived & | operator-= (const EigenBase< OtherDerived > &other) |
| |
| Derived & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Derived & | operator/= (const Scalar &other) |
| |
| Derived & | operator= (const Derived &other) |
| |
| Derived & | operator= (const EigenBase< OtherDerived > &other) |
| |
| Derived & | operator= (const ReturnByValue< OtherDerived > &other) |
| |
| Derived & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Index | outerSize () const |
| |
| const SparseView< Derived > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
| |
| Index | rows () const |
| |
| SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| |
| SparseMatrixBase< Derived >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| |
| SparseMatrixBase< Derived >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| |
| ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| |
| Index | size () const |
| |
| | SparseMatrixBase () |
| |
| RealScalar | squaredNorm () const |
| |
| Scalar | sum () const |
| |
| DenseMatrixType | toDense () const |
| |
| TransposeReturnType | transpose () |
| |
| const ConstTransposeReturnType | transpose () const |
| |
| const TriangularView< const Derived, Mode > | triangularView () const |
| |
| SparseSymmetricPermutationProduct< Derived, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
| |
| void | addTo (Dest &dst) const |
| |
| void | applyThisOnTheLeft (Dest &dst) const |
| |
| void | applyThisOnTheRight (Dest &dst) const |
| |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| Derived & | const_cast_derived () const |
| |
| const Derived & | const_derived () const |
| |
| Derived & | derived () |
| |
| const Derived & | derived () const |
| |
| void | evalTo (Dest &dst) const |
| |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| |
| void | subTo (Dest &dst) const |
| |
template<typename BlockSparseMatrixT>
class Eigen::BlockSparseMatrixView< BlockSparseMatrixT >
Definition at line 104 of file BlockSparseMatrix.h.