Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::SimpleCSRTraits< T > Struct Template Reference
Collaboration diagram for Alien::SimpleCSRTraits< T >:

Public Types

typedef SimpleCSRMatrix< T > MatrixType
typedef SimpleCSRVector< T > VectorType
typedef IInternalLinearAlgebra< MatrixType, VectorType > AlgebraType
typedef IInternalLinearAlgebraExpr< MatrixType, VectorType > AlgebraExprType

Detailed Description

template<typename T>
struct Alien::SimpleCSRTraits< T >

Definition at line 32 of file SimpleCSRBackEnd.h.

Member Typedef Documentation

◆ AlgebraExprType

template<typename T>
typedef IInternalLinearAlgebraExpr<MatrixType, VectorType> Alien::SimpleCSRTraits< T >::AlgebraExprType

Definition at line 37 of file SimpleCSRBackEnd.h.

◆ AlgebraType

template<typename T>
typedef IInternalLinearAlgebra<MatrixType, VectorType> Alien::SimpleCSRTraits< T >::AlgebraType

Definition at line 36 of file SimpleCSRBackEnd.h.

◆ MatrixType

template<typename T>
typedef SimpleCSRMatrix<T> Alien::SimpleCSRTraits< T >::MatrixType

Definition at line 34 of file SimpleCSRBackEnd.h.

◆ VectorType

template<typename T>
typedef SimpleCSRVector<T> Alien::SimpleCSRTraits< T >::VectorType

Definition at line 35 of file SimpleCSRBackEnd.h.


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