tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Namespaces | Enumerations
arithmetic_utils.hpp File Reference

Utilities for delayed arithmetic operations. More...

Go to the source code of this file.

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Enumerations

enum class  tatami::ArithmeticOperation : char {
  ADD , SUBTRACT , MULTIPLY , DIVIDE ,
  POWER , MODULO , INTEGER_DIVIDE
}
 

Detailed Description

Utilities for delayed arithmetic operations.