Base (i.e., lower-level) basic linear algebra subprograms (BLAS).
Copy values from x into y.
BLAS memory layouts.
BLAS matrix triangles.
Common symbols and type definitions shared across base BLAS APIs.
Matrix orientations.
BLAS operation sides.
BLAS diagonal element types.
BLAS transpose operations.
Multiply a vector by a scalar constant.
Multiply a double-precision floating-point vector by a constant.
Test if an input value is a BLAS memory layout.
Calculate the dot product of two double-precision floating-point vectors.
Copy values from x into y.
Multiply a vector `x` by a constant and add the result to `y`.
Calculate the dot product of two single-precision floating-point vectors.
BLAS.
Calculate the dot product of two vectors.
Error handler for BLAS/LAPACK routines.
Copy values from x into y.
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
Return the BLAS memory layout string associated with a BLAS memory layout enumeration constant.
Return the enumeration constant associated with a BLAS memory layout string.
Multiply a single-precision floating-point vector by a constant.