Memosa-FVM  0.2
MatrixTraitHelper< Vector< T, N > > Struct Template Reference

#include <CRMatrix.h>

Public Types

typedef Vector< T, N > T_Vector
 
typedef DiagonalTensor< T, N > T_DiagTensor
 
typedef CRMatrix< T_DiagTensor,
T_DiagTensor, T_Vector
T_Matrix
 

Detailed Description

template<class T, int N>
struct MatrixTraitHelper< Vector< T, N > >

Definition at line 1764 of file CRMatrix.h.

Member Typedef Documentation

template<class T , int N>
typedef DiagonalTensor<T,N> MatrixTraitHelper< Vector< T, N > >::T_DiagTensor

Definition at line 1767 of file CRMatrix.h.

template<class T , int N>
typedef CRMatrix<T_DiagTensor,T_DiagTensor,T_Vector> MatrixTraitHelper< Vector< T, N > >::T_Matrix

Definition at line 1768 of file CRMatrix.h.

template<class T , int N>
typedef Vector<T,N> MatrixTraitHelper< Vector< T, N > >::T_Vector

Definition at line 1766 of file CRMatrix.h.


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