template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
class Eigen::BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >
Generic implementation of sparse Block expression. Real-only.
|
| BlockImpl (XprType &xpr, Index i) |
|
| BlockImpl (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) |
|
Index | cols () const |
|
const internal::eval< Derived >::type | eval () const |
|
Index | innerSize () const |
|
InnerVectorReturnType | innerVector (Index outer) |
|
const ConstInnerVectorReturnType | innerVector (Index outer) const |
|
InnerVectorsReturnType | innerVectors (Index outerStart, Index outerSize) |
|
const ConstInnerVectorsReturnType | innerVectors (Index outerStart, Index outerSize) const |
|
bool | isVector () const |
|
const Product< Derived, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
|
Index | outerSize () const |
|
const SparseView< Derived > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
|
Index | rows () const |
|
Index | size () const |
|
SparseSymmetricPermutationProduct< Derived, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
|