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

Tests if a tensor type is a column vector. More...

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

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

Detailed Description

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

Tests if a tensor type is a column vector.

Template Parameters
CTensor type.

A tensor type is determined to be a column vector if its column count is fixed at one column and it can have at least two rows.

A tensor type deemed to be a column vector will evaluate to a Vector.

See also
internal::has_fixed_cols
internal::traits

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