BLAS.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_BLAS_H_
36 #define _BLAZE_MATH_BLAS_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/math/blas/gemm.h>
44 #include <blaze/math/blas/gemv.h>
45 #include <blaze/math/blas/trmm.h>
46 #include <blaze/math/blas/trmv.h>
47 
48 #endif
Header file for BLAS triangular matrix/vector multiplication functions (trmv)
Header file for BLAS triangular matrix/matrix multiplication functions (trmm)
Header file for BLAS general matrix/vector multiplication functions (gemv)
Header file for BLAS general matrix/matrix multiplication functions (gemm)