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

Tests if a tensor type is "short". More...

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

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

Detailed Description

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

Tests if a tensor type is "short".

Template Parameters
CTensor type.

A tensor type is determined to be "short" if its max row count is less than or equal to its max column count.

This serves to screen tensor types to ensure theycan have more columns than rows (or the same number of columns as rows).

See also
internal::traits

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