Template Struct TensorMeta

Struct Documentation

template<typename T, class = void>
struct TensorMeta

Templated struct which allows us to obtain metadata information from a matrix/vector type.

This template specialization is matched if no additional information can be obtained.

Template Parameters
  • T – A type from which we are attempting to gain additional information.

  • class – class = void permits this to be a fallback if template specializations match.

Public Static Attributes

static constexpr bool FIXED_DIMS = false

Indicates whether the dimensions of the tensor are fixed.