lin
|
Tests if a tensor type is "short". More...
#include <lin/core/traits/tensor.hpp>
Tests if a tensor type is "short".
C | Tensor type. |
A tensor type is determined to be "short" if its max row count is less than or equal to its max column count.
This serves to screen tensor types to ensure theycan have more columns than rows (or the same number of columns as rows).