Go to the source code of this file.
Classes | |
struct | SelfadjointProductMatrix< Lhs, 0, true, Rhs, RhsMode, false > |
struct | SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, 0, true > |
struct | internal::traits< SelfadjointProductMatrix< Lhs, 0, true, Rhs, RhsMode, false > > |
struct | internal::traits< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, 0, true > > |
Namespaces | |
namespace | internal |
Functions | |
template<typename Scalar , typename Index , int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs> | |
static EIGEN_DONT_INLINE void | internal::product_selfadjoint_vector (Index size, const Scalar *lhs, Index lhsStride, const Scalar *_rhs, Index rhsIncr, Scalar *res, Scalar alpha) |