v0.14.0
Loading...
Searching...
No Matches
Functions
one_over_1_minus_x7.cpp File Reference
#include "one_over_1_minus_x.hpp"
#include <iostream>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 4 of file one_over_1_minus_x7.cpp.

5{
6 Tensor1<double, 3> y(0., 1., 2.);
7 Tensor1<double, 3> a1(2., 3., 4.);
8 Tensor1<double, 3> a2(5., 6., 7.);
9 Tensor1<double, 3> a3(8., 9., 10.);
10 Tensor1<double, 3> a4(11., 12., 13.);
11 Tensor1<double, 3> a5(14., 15., 16.);
12 Tensor1<double, 3> a6(17., 18., 19.);
13 Tensor1<double, 3> a7(20., 21., 22.);
14
15 for(int ii = 0; ii < 10000000; ii++)
16 {
17 func7(y, a1, a2, a3, a4, a5, a6, a7);
18 }
19 std::cout << y(0) << " " << y(1) << " " << y(2) << std::endl;
20}
constexpr double a5
constexpr double a2
constexpr double a4
constexpr double a3
constexpr double a1
constexpr double a6
void func7(Tensor1< double, 3 > &y, Tensor1< double, 3 > &a1, Tensor1< double, 3 > &a2, Tensor1< double, 3 > &a3, Tensor1< double, 3 > &a4, Tensor1< double, 3 > &a5, Tensor1< double, 3 > &a6, Tensor1< double, 3 > &a7)