1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 15:55:37 +00:00
Grid/lib/tensors
Daniel Richtmann 1cb745c8dc
Add function to return full type as std::string
Also works for nested templates. I find it useful for debugging.
Possible usage:

std::cout << "getTypename<AType>() = " << getTypename<Atype>() << std::endl;
std::cout << "getTypename<decltype(AnInstance)>() = " << getTypename<decltype(AnInstance)>() << std::endl;
2018-01-29 17:39:19 +01:00
..
Tensor_arith_add.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_arith_mac.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_arith_mul.h Debug error in Tensor mult 2017-07-26 12:07:34 +01:00
Tensor_arith_scalar.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_arith_sub.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_arith.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
Tensor_class.h No compile make tests fix 2017-06-19 22:03:03 +01:00
Tensor_determinant.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_exp.h No compile make tests fix 2017-06-19 22:03:03 +01:00
Tensor_extract_merge.h Layout 2016-10-20 16:55:21 +01:00
Tensor_index.h Christoph bug report integrate 2017-09-21 10:32:41 +01:00
Tensor_inner.h First cut at higher precision reduction 2017-04-15 10:57:21 +01:00
Tensor_logical.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_outer.h Some more edit 2016-10-11 15:45:20 +01:00
Tensor_reality.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_Ta.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_trace.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_traits.h Add function to return full type as std::string 2018-01-29 17:39:19 +01:00
Tensor_transpose.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Tensor_unary.h Corrected a bug in the Expression Templates (acso and asin were wrong) 2016-07-03 12:28:25 +01:00
Tensors.h Refactoring header layout 2017-02-22 18:09:33 +00:00