#include <GeneralMatrixMatrixTriangular.h>
Public Types | |
enum | { BlockSize = EIGEN_PLAIN_ENUM_MAX(mr,nr) } |
typedef Traits::ResScalar | ResScalar |
typedef gebp_traits< LhsScalar, RhsScalar, ConjLhs, ConjRhs > | Traits |
Public Member Functions | |
void | operator() (ResScalar *res, Index resStride, const LhsScalar *blockA, const RhsScalar *blockB, Index size, Index depth, ResScalar alpha, RhsScalar *workspace) |
Definition at line 128 of file GeneralMatrixMatrixTriangular.h.
typedef Traits::ResScalar Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::ResScalar |
Definition at line 131 of file GeneralMatrixMatrixTriangular.h.
typedef gebp_traits<LhsScalar,RhsScalar,ConjLhs,ConjRhs> Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::Traits |
Definition at line 130 of file GeneralMatrixMatrixTriangular.h.
anonymous enum |
Definition at line 133 of file GeneralMatrixMatrixTriangular.h.
void Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::operator() | ( | ResScalar * | res, |
Index | resStride, | ||
const LhsScalar * | blockA, | ||
const RhsScalar * | blockB, | ||
Index | size, | ||
Index | depth, | ||
ResScalar | alpha, | ||
RhsScalar * | workspace | ||
) | [inline] |
Definition at line 136 of file GeneralMatrixMatrixTriangular.h.