![]() |
|
#include <SparseBlock.h>
Inheritance diagram for Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >:Public Types | |
| enum | { IsRowMajor = internal::traits<BlockType>::IsRowMajor } |
Public Types inherited from Eigen::SparseCompressedBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| typedef SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | Base |
Public Types inherited from Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| enum | |
| typedef internal::traits< Block< SparseMatrixType, BlockRows, BlockCols, true > >::Scalar | Scalar |
| typedef Scalar | value_type |
| typedef internal::packet_traits< Scalar >::type | PacketScalar |
| typedef internal::traits< Block< SparseMatrixType, BlockRows, BlockCols, true > >::StorageKind | StorageKind |
| typedef internal::traits< Block< SparseMatrixType, BlockRows, BlockCols, true > >::StorageIndex | StorageIndex |
| typedef internal::add_const_on_value_type_if_arithmetic< typename internal::packet_traits< Scalar >::type >::type | PacketReturnType |
| typedef SparseMatrixBase | StorageBaseType |
| typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
| typedef Matrix< Scalar, Dynamic, 1 > | ScalarVector |
| typedef std::conditional_t< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, Eigen::Transpose< const Block< SparseMatrixType, BlockRows, BlockCols, true > > >, Transpose< const Block< SparseMatrixType, BlockRows, BlockCols, true > > > | AdjointReturnType |
| typedef Transpose< Block< SparseMatrixType, BlockRows, BlockCols, true > > | TransposeReturnType |
| typedef Transpose< const Block< SparseMatrixType, BlockRows, BlockCols, true > > | ConstTransposeReturnType |
| typedef SparseMatrix< Scalar, Flags &RowMajorBit ? RowMajor :ColMajor, StorageIndex > | PlainObject |
| typedef NumTraits< Scalar >::Real | RealScalar |
| typedef std::conditional_t< HasDirectAccess_, const Scalar &, Scalar > | CoeffReturnType |
| typedef CwiseNullaryOp< internal::scalar_constant_op< Scalar >, Matrix< Scalar, Dynamic, Dynamic > > | ConstantReturnType |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| typedef Matrix< Scalar, internal::max_size_prefer_dynamic(RowsAtCompileTime, ColsAtCompileTime), internal::max_size_prefer_dynamic(RowsAtCompileTime, ColsAtCompileTime)> | SquareMatrixType |
| typedef EigenBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | Base |
Public Types inherited from Eigen::EigenBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| typedef Eigen::Index | Index |
| The interface type of indices. More... | |
| typedef internal::traits< Block< SparseMatrixType, BlockRows, BlockCols, true > >::StorageKind | StorageKind |
Public Member Functions | |
| sparse_matrix_block_impl (SparseMatrixType &xpr, Index i) | |
| sparse_matrix_block_impl (SparseMatrixType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) | |
| template<typename OtherDerived > | |
| BlockType & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| BlockType & | operator= (const BlockType &other) |
| const Scalar * | valuePtr () const |
| Scalar * | valuePtr () |
| const StorageIndex * | innerIndexPtr () const |
| StorageIndex * | innerIndexPtr () |
| const StorageIndex * | outerIndexPtr () const |
| StorageIndex * | outerIndexPtr () |
| const StorageIndex * | innerNonZeroPtr () const |
| StorageIndex * | innerNonZeroPtr () |
| bool | isCompressed () const |
| Scalar & | coeffRef (Index row, Index col) |
| const Scalar | coeff (Index row, Index col) const |
| const Scalar | coeff (Index index) const |
| const Scalar & | lastCoeff () const |
| EIGEN_STRONG_INLINE Index | rows () const |
| EIGEN_STRONG_INLINE Index | cols () const |
| const SparseMatrixType & | nestedExpression () const |
| SparseMatrixType & | nestedExpression () |
| Index | startRow () const |
| Index | startCol () const |
| Index | blockRows () const |
| Index | blockCols () const |
Public Member Functions inherited from Eigen::SparseCompressedBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| Index | nonZeros () const |
| const Scalar * | valuePtr () const |
| Scalar * | valuePtr () |
| const StorageIndex * | innerIndexPtr () const |
| StorageIndex * | innerIndexPtr () |
| const StorageIndex * | outerIndexPtr () const |
| StorageIndex * | outerIndexPtr () |
| const StorageIndex * | innerNonZeroPtr () const |
| StorageIndex * | innerNonZeroPtr () |
| bool | isCompressed () const |
| const Map< const Array< Scalar, Dynamic, 1 > > | coeffs () const |
| Map< Array< Scalar, Dynamic, 1 > > | coeffs () |
| void | sortInnerIndices (Index begin, Index end) |
| void | sortInnerIndices () |
| Index | innerIndicesAreSorted (Index begin, Index end) const |
| Index | innerIndicesAreSorted () const |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const EigenBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const ReturnByValue< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const Block< SparseMatrixType, BlockRows, BlockCols, true > &other) |
Public Member Functions inherited from Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const EigenBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const ReturnByValue< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator= (const Block< SparseMatrixType, BlockRows, BlockCols, true > &other) |
| const Block< SparseMatrixType, BlockRows, BlockCols, true > & | derived () const |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | derived () |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | const_cast_derived () const |
| Index | rows () const |
| Index | cols () const |
| Index | size () const |
| bool | isVector () const |
| Index | outerSize () const |
| Index | innerSize () const |
| bool | isRValue () const |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | markAsRValue () |
| SparseMatrixBase () | |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator+= (const DiagonalBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator+= (const EigenBase< OtherDerived > &other) |
| EIGEN_STRONG_INLINE Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator-= (const DiagonalBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator-= (const EigenBase< OtherDerived > &other) |
| EIGEN_STRONG_INLINE Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator*= (const Scalar &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | operator/= (const Scalar &other) |
| EIGEN_STRONG_INLINE const CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| const Product< Block< SparseMatrixType, BlockRows, BlockCols, true >, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| const Product< Block< SparseMatrixType, BlockRows, BlockCols, true >, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| const Product< Block< SparseMatrixType, BlockRows, BlockCols, true >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
| SparseSymmetricPermutationProduct< Block< SparseMatrixType, BlockRows, BlockCols, true >, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
| const TriangularView< const Block< SparseMatrixType, BlockRows, BlockCols, true >, Mode > | triangularView () const |
| ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| internal::traits< Block< SparseMatrixType, BlockRows, BlockCols, true > >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| internal::traits< Block< SparseMatrixType, BlockRows, BlockCols, true > >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| RealScalar | squaredNorm () const |
| RealScalar | norm () const |
| RealScalar | blueNorm () const |
| TransposeReturnType | transpose () |
| const ConstTransposeReturnType | transpose () const |
| const AdjointReturnType | adjoint () const |
| DenseMatrixType | toDense () const |
| bool | isApprox (const SparseMatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| bool | isApprox (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| const internal::eval< Block< SparseMatrixType, BlockRows, BlockCols, true > >::type | eval () const |
| Scalar | sum () const |
| const SparseView< Block< SparseMatrixType, BlockRows, BlockCols, true > > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
Public Member Functions inherited from Eigen::EigenBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| constexpr EIGEN_DEVICE_FUNC Block< SparseMatrixType, BlockRows, BlockCols, true > & | derived () |
| constexpr EIGEN_DEVICE_FUNC const Block< SparseMatrixType, BlockRows, BlockCols, true > & | derived () const |
| EIGEN_DEVICE_FUNC Block< SparseMatrixType, BlockRows, BlockCols, true > & | const_cast_derived () const |
| EIGEN_DEVICE_FUNC const Block< SparseMatrixType, BlockRows, BlockCols, true > & | const_derived () const |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DeviceWrapper< Block< SparseMatrixType, BlockRows, BlockCols, true >, Device > | device (Device &device) |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DeviceWrapper< const Block< SparseMatrixType, BlockRows, BlockCols, true >, Device > | device (Device &device) const |
Protected Types | |
| enum | { OuterSize = IsRowMajor ? BlockRows : BlockCols } |
| typedef Base::IndexVector | IndexVector |
Protected Types inherited from Eigen::SparseCompressedBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| typedef Base::IndexVector | IndexVector |
Protected Attributes | |
| internal::ref_selector< SparseMatrixType >::non_const_type | m_matrix |
| Index | m_outerStart |
| const internal::variable_if_dynamic< Index, OuterSize > | m_outerSize |
Protected Attributes inherited from Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| bool | m_isRValue |
Private Types | |
| typedef internal::remove_all_t< typename SparseMatrixType::Nested > | MatrixTypeNested_ |
| typedef Block< SparseMatrixType, BlockRows, BlockCols, true > | BlockType |
| typedef SparseCompressedBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | Base |
Additional Inherited Members | |
Protected Member Functions inherited from Eigen::SparseCompressedBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| Eigen::Map< IndexVector > | innerNonZeros () |
| const Eigen::Map< const IndexVector > | innerNonZeros () const |
| SparseCompressedBase () | |
| internal::LowerBoundIndex | lower_bound (Index row, Index col) const |
Protected Member Functions inherited from Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| Block< SparseMatrixType, BlockRows, BlockCols, true > & | assign (const OtherDerived &other) |
| void | assignGeneric (const OtherDerived &other) |
Static Protected Member Functions inherited from Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > > | |
| static StorageIndex | convert_index (const Index idx) |
|
private |
|
private |
|
protected |
|
private |
| anonymous enum |
|
protected |
|
inline |
|
inline |
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerSize, and Eigen::internal::variable_if_dynamic< T, Value >::value().
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerSize, and Eigen::internal::variable_if_dynamic< T, Value >::value().
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, and Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart.
|
inline |
References col(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart, and row().
|
inline |
References col(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart, and row().
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerSize, and Eigen::internal::variable_if_dynamic< T, Value >::value().
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
|
inline |
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::isCompressed(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, and Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart.
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::isCompressed(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, and Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart.
|
inline |
|
inline |
References eigen_assert, EIGEN_STATIC_ASSERT_VECTOR_ONLY, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart, and Eigen::SparseCompressedBase< Block< SparseMatrixType, BlockRows, BlockCols, true > >::nonZeros().
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > >::derived(), Eigen::SparseMatrixBase< Derived >::derived(), eigen_internal_assert, Eigen::placeholders::end, Eigen::SparseMatrixBase< Block< SparseMatrixType, BlockRows, BlockCols, true > >::IsVectorAtCompileTime, k, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerSize, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerStart, matrix(), p, Eigen::internal::smart_copy(), Eigen::internal::smart_memmove(), oomph::CumulativeTimings::start(), tmp, and Eigen::internal::variable_if_dynamic< T, Value >::value().
|
inline |
|
inline |
|
inline |
References Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::IsRowMajor, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_matrix, Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::m_outerSize, and Eigen::internal::variable_if_dynamic< T, Value >::value().
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::blockCols(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::blockRows(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::coeff(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::coeffRef(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::cols(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::innerIndexPtr(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::innerNonZeroPtr(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::isCompressed(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::lastCoeff(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::nestedExpression(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::operator=(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::outerIndexPtr(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::rows(), and Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::valuePtr().
|
protected |
Referenced by Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::blockCols(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::blockRows(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::cols(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::operator=(), and Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::rows().
|
protected |
Referenced by Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::coeff(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::coeffRef(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::innerNonZeroPtr(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::lastCoeff(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::operator=(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::outerIndexPtr(), Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::startCol(), and Eigen::internal::sparse_matrix_block_impl< SparseMatrixType, BlockRows, BlockCols >::startRow().