MiniTensor Version of the Day
Loading...
Searching...
No Matches
minitensor::order_1234< T > Struct Template Reference

Tensors from 1st to 4th order and matrix. More...

#include <MiniTensor_Traits.h>

Static Public Attributes

static bool const value = false
 Whether T is a tensor of order 1 to 4 or a matrix.
 

Detailed Description

template<typename T>
struct minitensor::order_1234< T >

Tensors from 1st to 4th order and matrix.

Definition at line 223 of file MiniTensor_Traits.h.

Member Data Documentation

◆ value

template<typename T >
bool const minitensor::order_1234< T >::value = false
static

Whether T is a tensor of order 1 to 4 or a matrix.

Definition at line 225 of file MiniTensor_Traits.h.


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