fml  0.1-0
Fused Matrix Library
dimops.hh
1 // This file is part of fml which is released under the Boost Software
2 // License, Version 1.0. See accompanying file LICENSE or copy at
3 // https://www.boost.org/LICENSE_1_0.txt
4 
5 #ifndef FML__INTERNALS_DIMOPS_H
6 #define FML__INTERNALS_DIMOPS_H
7 #pragma once
8 
9 
10 namespace fml
11 {
12 namespace dimops
13 {
14  enum sweep_op
15  {
22  SWEEP_ADD, SWEEP_SUB, SWEEP_MUL, SWEEP_DIV
23  };
24 }
25 }
26 
27 
28 #endif
fml::dimops::SWEEP_ADD
@ SWEEP_ADD
Definition: dimops.hh:22
fml
Core namespace.
Definition: dimops.hh:10
fml::dimops::sweep_op
sweep_op
Definition: dimops.hh:14