Tests if a set of tensor types all have the same dimensions. More...
#include <lin/core/traits/tensor.hpp>
Tests if a set of tensor types all have the same dimensions.
Cs | Tensor 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.