lin
|
Tests if a tensor type has a strictly bounded column count. More...
#include <lin/core/traits/tensor.hpp>
Tests if a tensor type has a strictly bounded column count.
C | Tensor type. |
A tensor type is determined to have a strictly bounded column count if it's column count is zero and its max column count is nonzero.
A tensor deemed to have a strictly bounded column count can have multiple column counts at runtime (assuming its max column count is great than one).