|
| SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) |
|
Index | rows () const |
|
Index | cols () const |
|
template<typename DestScalar , int Options, typename DstIndex > |
void | evalTo (SparseMatrix< DestScalar, Options, DstIndex > &_dest) const |
|
template<typename DestType , unsigned int DestUpLo> |
void | evalTo (SparseSelfAdjointView< DestType, DestUpLo > &dest) const |
|
SparseSymmetricPermutationProduct< MatrixType, UpLo > & | derived () |
|
const SparseSymmetricPermutationProduct< MatrixType, UpLo > & | derived () const |
|
SparseSymmetricPermutationProduct< MatrixType, UpLo > & | const_cast_derived () const |
|
const SparseSymmetricPermutationProduct< MatrixType, UpLo > & | const_derived () const |
|
Index | rows () const |
|
Index | cols () const |
|
Index | size () const |
|
void | evalTo (Dest &dst) const |
|
void | addTo (Dest &dst) const |
|
void | subTo (Dest &dst) const |
|
void | applyThisOnTheRight (Dest &dst) const |
|
void | applyThisOnTheLeft (Dest &dst) const |
|
template<typename MatrixType, int UpLo>
class Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >
Definition at line 465 of file SparseSelfAdjointView.h.