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

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

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

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

Detailed Description

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

Tests if a tensor type is a row vector.

Template Parameters
CTensor type.

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

A tensor type deemed to be a row vector will evaluate to a RowVector.

See also
internal::has_fixed_rows
internal::traits

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