TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
Files | |
cross_product.hpp | |
Provides a cross product for 3-dimensional vectors or other arrays/views of rank 1. | |
det_and_inverse.hpp | |
Provides functions to compute the determinant and inverse of a matrix. | |
dot.hpp | |
Provides a dot product for two arrays, a scalar and an array, or two scalars. | |
eigenelements.hpp | |
Provides eigenvalues and eigenvectors of a symmetric or hermitian matrix. | |
matmul.hpp | |
Provides matrix-matrix an matrix-vector multiplication. | |
norm.hpp | |
Provides the p-norm for general arrays/views of rank 1 and with scalar elements. | |