Includes all BLAS relevant headers.
Provides a cross product for 3-dimensional vectors or other arrays/views of rank 1.
Provides functions to compute the determinant and inverse of a matrix.
Provides eigenvalues and eigenvectors of a symmetric or hermitian matrix.
Includes all LAPACK relevant headers.
Provides a dot product for two arrays, a scalar and an array, or two scalars.
Provides matrix-matrix an matrix-vector multiplication.
Provides the p-norm for general arrays/views of rank 1 and with scalar elements.