openGPMP
Open Source Mathematics Package
|
#include <arithmetic.hpp>
Public Member Functions | |
T | arr_add (T arr[], int64_t n) |
T | arr_sub (T arr[], int64_t n) |
T | arr_mlt (T arr[], int64_t n) |
Arithmetic Basics
Basics of Arithmetic
Arithmetic Template Class. Each method is variadic taking 'n' params.
Definition at line 66 of file arithmetic.hpp.
|
inline |
|
inline |
|
inline |