gtsam
3rdparty
Eigen
bench
btl
libs
tensors
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
15
BTL_MAIN
;
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 Sat Nov 16 2024 04:02:44