Definition at line 143 of file GeneralMatrixMatrixTriangular.h.
#include <src/Core/products/GeneralMatrixMatrixTriangular.h>
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) |
typedef Traits::ResScalar internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::ResScalar |
Definition at line 146 of file GeneralMatrixMatrixTriangular.h.
typedef gebp_traits<LhsScalar,RhsScalar,ConjLhs,ConjRhs> internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::Traits |
Definition at line 145 of file GeneralMatrixMatrixTriangular.h.
anonymous enum |
Definition at line 148 of file GeneralMatrixMatrixTriangular.h.
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] |
Definition at line 151 of file GeneralMatrixMatrixTriangular.h.
References internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::BlockSize, PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::data(), Lower, PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::setZero(), mrpt::math::size(), and Upper.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |