lin
|
Tests if a pair of types is a "tensor tensor" pair. More...
#include <lin/core/operations/tensor_operations.hpp>
Tests if a pair of types is a "tensor tensor" pair.
T | First type. |
U | Second type. |
A pair of types is determined to be a "tensor tensor" pair if both are considered tensor types. This is used to aid with selecting overloads for operation functions.