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

#include <MiniTensor_Traits.h>

Public Types

typedef Tensor< typename T::type, N > type
 Tensor with element type T::type.
 

Detailed Description

template<typename T, Index N>
struct minitensor::apply_tensor< T, N >

Metafunction that forms a Tensor of dimension N whose element type is the nested type of the metafunction T.

Definition at line 144 of file MiniTensor_Traits.h.

Member Typedef Documentation

◆ type

template<typename T , Index N>
typedef Tensor<typename T::type, N> minitensor::apply_tensor< T, N >::type

Tensor with element type T::type.

Definition at line 146 of file MiniTensor_Traits.h.


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