CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::EigenLinearSystemTypes< T_Type, T_Matrix, T_Vector > Struct Template Reference

Eigen definition for the LinearSystemInterfaceTypes. More...

#include <eigenLinearSystem.hpp>

Public Types

using Identifier = typename Type::Identifier
 See LhsExpressionInterface.
 
using Matrix = T_Matrix< Type >
 See LinearSystemInterfaceTypes.
 
using MatrixIdentifier = T_Matrix< Identifier >
 See LinearSystemInterfaceTypes.
 
using MatrixReal = T_Matrix< Real >
 See LinearSystemInterfaceTypes.
 
using Real = typename Type::Real
 See LhsExpressionInterface.
 
using Type = T_Type
 See LinearSystemInterfaceTypes.
 
using Vector = T_Vector< Type >
 See LinearSystemInterfaceTypes.
 
using VectorIdentifier = T_Vector< Identifier >
 See LinearSystemInterfaceTypes.
 
using VectorReal = T_Vector< Real >
 See LinearSystemInterfaceTypes.
 

Detailed Description

template<typename T_Type, template< typename > class T_Matrix, template< typename > class T_Vector>
struct codi::EigenLinearSystemTypes< T_Type, T_Matrix, T_Vector >

Eigen definition for the LinearSystemInterfaceTypes.


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