#include <GeneralMatrixMatrixTriangular.h>
List of all members.
Public Types |
enum | { BlockSize = EIGEN_PLAIN_ENUM_MAX(mr,nr)
} |
typedef gebp_traits< LhsScalar,
RhsScalar, ConjLhs, ConjRhs > | Traits |
typedef Traits::ResScalar | ResScalar |
Public Member Functions |
void | operator() (ResScalar *res, Index resStride, const LhsScalar *blockA, const RhsScalar *blockB, Index size, Index depth, ResScalar alpha, RhsScalar *workspace) |
template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
struct internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >
Member Typedef Documentation
template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
typedef gebp_traits<LhsScalar,RhsScalar,ConjLhs,ConjRhs> internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::Traits |
Member Enumeration Documentation
template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
Member Function Documentation
template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
void 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] |
The documentation for this struct was generated from the following file: