Searched defs:trmm (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | product_trmm.cpp | 13 void trmm(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), in trmm() function 70 void trmm(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmm() function
|
/external/eigen/blas/ |
D | level3_impl.h | 152 int EIGEN_BLAS_FUNC(trmm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar… in EIGEN_BLAS_FUNC() argument
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 95 static inline void trmm(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in trmm() function in blas_interface
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 201 static inline void trmm(const gene_matrix & L, const gene_matrix& B, gene_matrix& X, int N){ in trmm() function in eigen3_interface
|