3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/triqs/arrays/blas_lapack
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
..
axpy.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
blas_headers.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
copy.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
dot.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gemm.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
gemv.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
ger.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
getrf.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
getri.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
qcache.hpp changing non_view_type to regular_type 2013-08-27 13:43:57 +02:00
scal.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
stev.hpp arrays: remove .len (redundant) 2013-08-27 13:43:57 +02:00
swap.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
tools.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00