#include <SparseSelfAdjointView.h>
List of all members.
Public Member Functions |
void | addTo (Dest &dst) const |
void | applyThisOnTheLeft (Dest &dst) const |
void | applyThisOnTheRight (Dest &dst) const |
Index | cols () const |
SparseSymmetricPermutationProduct
< MatrixType, UpLo > & | const_cast_derived () const |
const
SparseSymmetricPermutationProduct
< MatrixType, UpLo > & | const_derived () const |
SparseSymmetricPermutationProduct
< MatrixType, UpLo > & | derived () |
const
SparseSymmetricPermutationProduct
< MatrixType, UpLo > & | derived () const |
void | evalTo (Dest &dst) 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 |
Index | rows () const |
Index | size () const |
| SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) |
void | subTo (Dest &dst) const |
Member Typedef Documentation
typedef MatrixType::Index Index |
typedef MatrixType::Scalar Scalar |
Constructor & Destructor Documentation
Member Function Documentation
void addTo |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
void applyThisOnTheLeft |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
void applyThisOnTheRight |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
Index cols |
( |
void |
| ) |
const |
|
inline |
- Returns:
- a reference to the derived object
- Returns:
- a const reference to the derived object
void evalTo |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
void evalTo |
( |
SparseMatrix< DestScalar, Options, DstIndex > & |
_dest | ) |
const |
|
inline |
Index rows |
( |
void |
| ) |
const |
|
inline |
- Returns:
- the number of coefficients, which is rows()*cols().
- See also:
- rows(), cols(), SizeAtCompileTime.
void subTo |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
Member Data Documentation
The documentation for this class was generated from the following file: