2015-06-03 12:47:05 +01:00
|
|
|
#ifndef GRID_MATH_H
|
|
|
|
#define GRID_MATH_H
|
|
|
|
|
|
|
|
#include <tensors/Tensor_traits.h>
|
|
|
|
#include <tensors/Tensor_class.h>
|
|
|
|
#include <tensors/Tensor_arith.h>
|
|
|
|
#include <tensors/Tensor_inner.h>
|
|
|
|
#include <tensors/Tensor_outer.h>
|
|
|
|
#include <tensors/Tensor_transpose.h>
|
|
|
|
#include <tensors/Tensor_trace.h>
|
2015-07-01 23:43:57 +01:00
|
|
|
#include <tensors/Tensor_index.h>
|
2015-06-04 10:11:32 +01:00
|
|
|
#include <tensors/Tensor_Ta.h>
|
2015-06-17 12:41:07 +01:00
|
|
|
#include <tensors/Tensor_determinant.h>
|
|
|
|
#include <tensors/Tensor_exp.h>
|
2015-07-01 23:43:57 +01:00
|
|
|
//#include <tensors/Tensor_peek.h>
|
|
|
|
//#include <tensors/Tensor_poke.h>
|
2015-06-03 12:47:05 +01:00
|
|
|
#include <tensors/Tensor_reality.h>
|
2015-06-08 12:04:59 +01:00
|
|
|
#include <tensors/Tensor_unary.h>
|
2015-06-03 12:47:05 +01:00
|
|
|
#include <tensors/Tensor_extract_merge.h>
|
2015-06-14 01:08:29 +01:00
|
|
|
#include <tensors/Tensor_logical.h>
|
|
|
|
|
2015-06-03 12:47:05 +01:00
|
|
|
#endif
|