v0.14.0
test_T2.hpp
Go to the documentation of this file.
1 void test_T2(const Tensor1<double, 3> &t1_1, const Tensor1<double, 3> &t1_2,
2  const Tensor2<double, 3, 3> &t2_1,
3  const Tensor2<double, 3, 3> &t2_2,
4  const Tensor2<double, 4, 3> &t2_4,
5  const Tensor2<double, 3, 4> &t2_5);
test_T2
void test_T2(const Tensor1< double, 3 > &t1_1, const Tensor1< double, 3 > &t1_2, const Tensor2< double, 3, 3 > &t2_1, const Tensor2< double, 3, 3 > &t2_2, const Tensor2< double, 4, 3 > &t2_4, const Tensor2< double, 3, 4 > &t2_5)
Tensor1
Definition: single.cpp:40