Go to the source code of this file.
|
class | Eigen::DenseTimeSparseSelfAdjointProduct< Lhs, Rhs, UpLo > |
|
class | Eigen::DenseTimeSparseSelfAdjointProduct< Lhs, Rhs, UpLo > |
|
class | Eigen::SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo > |
|
class | Eigen::SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo > |
|
class | Eigen::SparseSelfAdjointView< MatrixType, UpLo > |
| Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix. More...
|
|
class | Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo > |
|
struct | Eigen::internal::traits< DenseTimeSparseSelfAdjointProduct< Lhs, Rhs, UpLo > > |
|
struct | Eigen::internal::traits< SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo > > |
|
struct | Eigen::internal::traits< SparseSelfAdjointView< MatrixType, UpLo > > |
|
struct | Eigen::internal::traits< SparseSymmetricPermutationProduct< MatrixType, UpLo > > |
|
|
template<int UpLo, typename MatrixType , int DestOrder> |
void | Eigen::internal::permute_symm_to_fullsymm (const MatrixType &mat, SparseMatrix< typename MatrixType::Scalar, DestOrder, typename MatrixType::Index > &_dest, const typename MatrixType::Index *perm=0) |
|
template<int SrcUpLo, int DstUpLo, typename MatrixType , int DestOrder> |
void | Eigen::internal::permute_symm_to_symm (const MatrixType &mat, SparseMatrix< typename MatrixType::Scalar, DestOrder, typename MatrixType::Index > &_dest, const typename MatrixType::Index *perm=0) |
|
template<int _SrcUpLo, int _DstUpLo, typename MatrixType , int DstOrder> |
void | Eigen::internal::permute_symm_to_symm (const MatrixType &mat, SparseMatrix< typename MatrixType::Scalar, DstOrder, typename MatrixType::Index > &_dest, const typename MatrixType::Index *perm) |
|