lin
lin::internal::has_strictly_bounded_rows< C > Struct Template Reference

Tests is a tensor type has a strictly bounded row count. More...

#include <lin/core/traits/tensor.hpp>

Inheritance diagram for lin::internal::has_strictly_bounded_rows< C >:

Detailed Description

template<class C>
struct lin::internal::has_strictly_bounded_rows< C >

Tests is a tensor type has a strictly bounded row count.

Template Parameters
CTensor type.

A tensor type is determined to have a strictly bounded row count if it's row count is zero and its max row count is nonzero.

A tensor deemed to have a strictly bounded row count can have multiple row counts at runtime (assuming its max row count is greater than one).

See also
internal::traits

The documentation for this struct was generated from the following file: