|
Jive reference manual
|
Jem provides a set of overloaded operators and functions for writing expressions that operate on all elements of one or more sparse matrices.
Note that these operators and functions are not member functions.
#include <jem/numeric/sparse/operators.h> or
#include <jem/numeric/Sparse.h>.
Supported binary arithmetic operators:
+ (addition) - (substraction) * (multiplication)Supported binary logical operators:
|| (logical or) && (logical and)Supported comparison operators:
== (equal) != (not equal)