OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hemm
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix_MKL.h
29
* Self adjoint matrix * matrix product functionality based on ?SYMM/?
HEMM
.
41
/* Optimized selfadjoint matrix * matrix (?SYMM/?
HEMM
) product */
157
MKLPREFIX##
hemm
(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
168
/* Optimized matrix * selfadjoint matrix (?SYMM/?
HEMM
) product */
282
MKLPREFIX##
hemm
(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
/external/eigen/blas/
level3_impl.h
444
int EIGEN_BLAS_FUNC(
hemm
)(char *side, char *uplo, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, RealScalar *pbeta, RealScalar *pc, int *ldc)
function
452
// std::cerr << "in
hemm
" << *side << " " << *uplo << " " << *m << " " << *n << " " << alpha << " " << *lda << " " << beta << " " << *ldc << "\n";
463
return xerbla_(SCALAR_SUFFIX_UP"
HEMM
",&info,6);
[
all
...]
Completed in 459 milliseconds