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


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