OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trsm
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_MKL.h
84
/* call ?
trsm
*/ \
85
MKLPREFIX##
trsm
(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \
139
/* call ?
trsm
*/ \
140
MKLPREFIX##
trsm
(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \
/external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh
92
BLAS_FUNC(
trsm
)(&right, &lower, ¬rans, &nonunit, &N, &N, &fone, L, &N, X, &N);
/external/eigen/blas/
level3_impl.h
66
int EIGEN_BLAS_FUNC(
trsm
)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb)
function
68
// std::cerr << "in
trsm
" << *side << " " << *uplo << " " << *opa << " " << *diag << " " << *m << "," << *n << " " << *palpha << " " << *lda << " " << *ldb<< "\n";
128
return xerbla_(SCALAR_SUFFIX_UP"
TRSM
",&info,6);
[
all
...]
/external/eigen/Eigen/src/Core/
SolveTriangular.h
209
* all the operations supported by the \c *TRSV and \c *
TRSM
BLAS routines.
Completed in 223 milliseconds