Blaze 3.9
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
51
52#endif
Header file for BLAS axpy product functions (axpy)
Header file for BLAS conjugate dot product (dotc)
Header file for BLAS dot product (dotu)
Header file for BLAS general matrix/matrix multiplication functions (gemm)
Header file for BLAS general matrix/vector multiplication functions (gemv)
Header file for BLAS triangular matrix/matrix multiplication functions (trmm)
Header file for BLAS triangular matrix/vector multiplication functions (trmv)
Header file for BLAS triangular system solver functions (trsm)