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

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

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

Inheritance diagram for lin::internal::has_strictly_bounded_dimensions< C >:
lin::internal::conjunction< has_strictly_bounded_rows< C >, has_strictly_bounded_cols< C > >

Detailed Description

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

Tests if a tensor type has strictly bounded dimensions.

Template Parameters
CTensor type.

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

See also
internal::has_strictly_bounded_rows
internal::has_strictly_bounded_cols

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