lin
|
Tests if a tensor type has a bounded column count. More...
#include <lin/core/traits/tensor.hpp>
Tests if a tensor type has a bounded column count.
C | Tensor type. |
A tensor type is determined to have a bounded column count if it has a fixed or strictly bounded column count.
See internal::has_fixed_cols and internal::has_strictly_bounded_cols.