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

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

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

Inheritance diagram for lin::internal::is_vector< C >:
lin::internal::disjunction< is_row_vector< C >, is_col_vector< C > > lin::internal::can_norm< C >

Detailed Description

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

Tests if a tensor type is a vector.

Template Parameters
CTensor type.

A tensor type is determined to be a vector if it's either a row vector or column vector.

See also
internal::is_row_vector
internal::is_col_vector.

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