Searched refs:BLAS (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblas.h31 // Wrapper functions around BLAS functions.
39 class BLAS { class in namespace:ceres::internal
H A Dblas.cc49 void BLAS::SymmetricRankKUpdate(int num_rows,
57 LOG(FATAL) << "Ceres was built without a BLAS library.";
H A Dsmall_blas_test.cc39 TEST(BLAS, MatrixMatrixMultiply) {
122 TEST(BLAS, MatrixTransposeMatrixMultiply) {
204 TEST(BLAS, MatrixVectorMultiply) {
253 TEST(BLAS, MatrixTransposeVectorMultiply) {
H A Ddense_normal_cholesky_solver.cc136 BLAS::SymmetricRankKUpdate(A->num_rows(),

Completed in 1160 milliseconds