Includes all BLAS relevant headers.
Provides a cross product for 3-dimensional vectors.
Provides functions to compute the determinant of a matrix.
Provides functions to solve (generalized) eigenvalue problems with a symmetric/hermitian matrices.
Provides functions to compute the inverse of a matrix.
Includes all LAPACK relevant headers.
Provides a generic dot product.
Provides utility functions for the nda::linalg namespace.
Provides functions to get the LU factorization of a matrix.
Provides a generic matrix-matrix multiplication.
Provides a generic matrix-vector multiplication.
Provides the p-norm for general arrays/views of rank 1 and with scalar elements.
Provides a generic outer product function.
Provides functions to get the QR factorization of a matrix.
Provides functions to solve linear systems of equations.
Provides functions to compute the singular value decomposition of a matrix.