lin
|
Tests if a tensor type has a fixed row count. More...
#include <lin/core/traits/tensor.hpp>
Tests if a tensor type has a fixed row count.
C | Tensor type. |
A tensor type is determined to have fixed rows if its row count is equal to its max row count and both values are nonzero.
A tensor deemed to have fixed rows only has one valid row count at runtime.
See internal::traits.