Template Struct TensorMeta
Defined in File inspect.hpp
Struct Documentation
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
Indicates whether the dimensions of the tensor are fixed.