Defines tags for all supported binary operations. More...
#include <string>
#include <vector>
#include <math.h>
#include "viennamath/forwards.h"
Go to the source code of this file.
Data Structures | |
struct | op_plus< NumericT > |
Tag for addition. More... | |
struct | op_minus< NumericT > |
Tag for subtraction. More... | |
struct | op_mult< NumericT > |
Tag for multiplication. More... | |
struct | op_div< NumericT > |
Tag for division. More... | |
Namespaces | |
namespace | viennamath |
The main ViennaMath namespace. All types and functions for the user reside here. |
Defines tags for all supported binary operations.