Tatooine
Static Public Attributes | List of all members
tatooine::is_square_impl< Tensor, I > Struct Template Reference

#include <tensor_concepts.h>

Collaboration diagram for tatooine::is_square_impl< Tensor, I >:
[legend]

Static Public Attributes

static auto constexpr value
 

Member Data Documentation

◆ value

template<static_tensor Tensor, std::size_t I = std::decay_t<Tensor>::rank() - 1>
auto constexpr tatooine::is_square_impl< Tensor, I >::value
staticconstexpr
Initial value:
=
std::decay_t<Tensor>::dimension(0) == std::decay_t<Tensor>::dimension(I) &&
is_square_impl<Tensor, I - 1>::value
tensor< real_number, Dimensions... > Tensor
Definition: tensor.h:184
static auto constexpr value
Definition: tensor_concepts.h:55

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