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

#include <MiniTensor_Traits.h>

Public Types

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

Detailed Description

template<typename T, Index M, Index N>
struct minitensor::apply_matrix< T, M, N >

Metafunction that forms an M by N Matrix whose element type is the nested type of the metafunction T.

Definition at line 216 of file MiniTensor_Traits.h.

Member Typedef Documentation

◆ type

template<typename T , Index M, Index N>
typedef Matrix<typename T::type, M, N> minitensor::apply_matrix< T, M, N >::type

Matrix with element type T::type.

Definition at line 218 of file MiniTensor_Traits.h.


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