v0.14.0
src
ftensor
tests
speed
one_over_1_minus_x_fast1.cpp
Go to the documentation of this file.
1
#include "
one_over_1_minus_x_fast.hpp
"
2
#include <iostream>
3
4
int
main
()
5
{
6
double
y[] = {0, 1, 2};
7
double
a1
[] = {2, 3, 4};
8
9
for
(
int
ii = 0; ii < 1000000000; ii++)
10
{
11
func1
(y,
a1
);
12
}
13
std::cout << y[0] <<
" "
<< y[1] <<
" "
<< y[2] << std::endl;
14
}
main
int main()
Definition:
one_over_1_minus_x_fast1.cpp:4
a1
constexpr double a1
Definition:
hcurl_check_approx_in_2d.cpp:38
func1
void func1(Tensor1< double, 3 > &y, Tensor1< double, 3 > &a1)
Definition:
one_over_1_minus_x.hpp:4
one_over_1_minus_x_fast.hpp
Generated by
Doxygen
1.8.17 and hosted at