HomeSort by relevance Sort by last modified time
    Searched refs:trsm (Results 1 - 3 of 3) 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, &notrans, &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...]

Completed in 554 milliseconds