tensors/main_linear.cpp
Go to the documentation of this file.
1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra.
3 //
4 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
5 //
6 // This Source Code Form is subject to the terms of the Mozilla
7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 
10 #include "utilities.h"
11 #include "tensor_interface.hh"
12 #include "bench.hh"
13 #include "basic_actions.hh"
14 
16 
17 int main()
18 {
19  bench<Action_axpy<tensor_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
20  bench<Action_axpby<tensor_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
21 
22  return 0;
23 }
bench.hh
BTL_MAIN
BTL_MAIN
Definition: tensors/main_linear.cpp:15
basic_actions.hh
NB_POINT
#define NB_POINT
Definition: bench_parameter.hh:28
tensor_interface.hh
main
int main()
Definition: tensors/main_linear.cpp:17
MIN_AXPY
#define MIN_AXPY
Definition: bench_parameter.hh:30
MAX_AXPY
#define MAX_AXPY
Definition: bench_parameter.hh:32


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:01:18