1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Lattice matrix exponential ok

This commit is contained in:
neo
2015-06-17 20:41:07 +09:00
parent e31dfa79d1
commit 4eb71d2cd2
9 changed files with 136 additions and 89 deletions

View File

@ -9,6 +9,8 @@
#include <tensors/Tensor_transpose.h>
#include <tensors/Tensor_trace.h>
#include <tensors/Tensor_Ta.h>
#include <tensors/Tensor_determinant.h>
#include <tensors/Tensor_exp.h>
#include <tensors/Tensor_peek.h>
#include <tensors/Tensor_poke.h>
#include <tensors/Tensor_reality.h>