tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
arithmetic_helpers.hpp File Reference

Helper classes for binary arithmetic operations. More...

Go to the source code of this file.

Classes

class  tatami::DelayedBinaryIsometricArithmetic< op_ >
 Delayed binary isometric arithmetic. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Functions

DelayedBinaryIsometricArithmetic< ArithmeticOperation::ADD > tatami::make_DelayedBinaryIsometricAdd ()
 
DelayedBinaryIsometricArithmetic< ArithmeticOperation::SUBTRACT > tatami::make_DelayedBinaryIsometricSubtract ()
 
DelayedBinaryIsometricArithmetic< ArithmeticOperation::MULTIPLY > tatami::make_DelayedBinaryIsometricMultiply ()
 
DelayedBinaryIsometricArithmetic< ArithmeticOperation::DIVIDE > tatami::make_DelayedBinaryIsometricDivide ()
 
DelayedBinaryIsometricArithmetic< ArithmeticOperation::POWER > tatami::make_DelayedBinaryIsometricPower ()
 
DelayedBinaryIsometricArithmetic< ArithmeticOperation::MODULO > tatami::make_DelayedBinaryIsometricModulo ()
 
DelayedBinaryIsometricArithmetic< ArithmeticOperation::INTEGER_DIVIDE > tatami::make_DelayedBinaryIsometricIntegerDivide ()
 

Detailed Description

Helper classes for binary arithmetic operations.