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