| commit | f97b3cd0249228820807229a2d529260522ba8c7 | [log] [tgz] |
|---|---|---|
| author | Christian Seiler <christian@iwakd.de> | Thu Nov 14 22:52:37 2013 +0100 |
| committer | Christian Seiler <christian@iwakd.de> | Thu Nov 14 22:52:37 2013 +0100 |
| tree | 9ed3353614ace9fd05e63cb8811f692475d19e47 | |
| parent | 5e28c41549c5e71011bb9312104d1d30e919e53f [diff] |
CXX11/Tensor: add simple initial tensor implementation This commit adds an initial implementation of a class template Tensor that allows for the storage of objects with more than two indices. Currently, only storing data and setting the object to zero for POD data types are implemented.