lin
All Classes Files Functions Variables Typedefs Modules
lin::internal::have_same_dimensions< Cs > Struct Template Reference

Tests if a set of tensor types all have the same dimensions. More...

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

Inheritance diagram for lin::internal::have_same_dimensions< Cs >:
lin::internal::conjunction< have_same_rows< Cs... >, have_same_cols< Cs... > >

Detailed Description

template<class... Cs>
struct lin::internal::have_same_dimensions< Cs >

Tests if a set of tensor types all have the same dimensions.

Template Parameters
CsTensor types.

Two tensors are determined to have the same dimensions if they are also determined to have the same rows and the same columns.

If less than two tensor types are given, it defaults to true.

See also
internal::have_same_rows
internal::have_same_cols

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