3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/triqs/arrays/linalg
Olivier Parcollet 072b45ac1c arrays: Remove dim0, dim1, .shape in various matrix object.
Not in the concept, not needed, just an annoyance.
replaced by free functions :
first_dim(A), second_dim(A), get_shape(A) and so on...
2013-08-27 13:43:58 +02:00
..
a_x_ty.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
cross_product.hpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
det_and_inverse.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
eigenelements.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
mat_vec_mul.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
matmul.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00