TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
Linear algebra tools

Detailed Description

High-level interface to various linear algebra operations in the style of numpy.linalg.

Topics

 Decompositions
 Various matrix decompositions like SVD, QR, etc.
 Matrix eigenvalues
 Functions to compute eigenvalues and eigenvectors of matrices.
 Matrix, vector and other products
 Various products involving matrices, vectors and more general arrays and views.
 Norms and other numbers
 Functions to compute various norms of arrays and views as well as other numbers like determinants.
 Other operations
 Various other linear algebra related operations.
 Solving equations and inverting matrices
 Functions to solve linear systems of equations and to invert matrices.