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

Tests if a tensor type has a fixed row count. More...

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

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

Detailed Description

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

Tests if a tensor type has a fixed row count.

Template Parameters
CTensor 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.


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