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

Tests if a tensor type has bounded dimensions. More...

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

Inheritance diagram for lin::internal::has_bounded_dimensions< C >:
lin::internal::conjunction< has_bounded_rows< C >, has_bounded_cols< C > >

Detailed Description

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

Tests if a tensor type has bounded dimensions.

Template Parameters
CTensor type.

A tensor type is determined to have bounded dimensions if it has both bounded rows and columns.

See also
internal::has_bounded_rows
internal::has_bounded_cols

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