Searched defs:product_selfadjoint_matrix (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h201 struct product_selfadjoint_matrix;
206 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,LhsSelfAdjoint,ConjugateLhs, RhsStorageOrder,RhsSelfAdjoint,ConjugateRhs,RowMajor> struct in namespace:Eigen::internal
216 product_selfadjoint_matrix<Scalar, Index,
229 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,true,ConjugateLhs, RhsStorageOrder,false,ConjugateRhs,ColMajor> struct in namespace:Eigen::internal
310 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,false,ConjugateLhs, RhsStorageOrder,true,ConjugateRhs,ColMajor> struct in namespace:Eigen::internal
361 * Wrapper to product_selfadjoint_matrix
396 internal::product_selfadjoint_matrix<Scalar, Index,

Completed in 190 milliseconds