MAST3
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
mast_data_types.h File Reference
#include <mast/base/mast_config.h>
#include <Eigen/Dense>
#include <Eigen/SparseCore>
Include dependency graph for mast_data_types.h:

Go to the source code of this file.

Classes

struct  MAST::DeducedScalarType< NodalScalarType, SolScalarType >
 
struct  MAST::DeducedScalarType< real_t, real_t >
 
struct  MAST::DeducedScalarType< real_t, std::complex< real_t > >
 
struct  MAST::DeducedScalarType< std::complex< real_t >, real_t >
 
struct  MAST::DeducedScalarType< std::complex< real_t >, std::complex< real_t > >
 

Namespaces

 MAST
 

Macros

#define ComplexStepDelta   1.e-12
 

Typedefs

typedef std::complex< real_tcomplex_t
 
typedef int int_t
 
typedef double real_t
 
typedef unsigned int uint_t
 

Macro Definition Documentation

◆ ComplexStepDelta

#define ComplexStepDelta   1.e-12

Definition at line 46 of file mast_data_types.h.

Typedef Documentation

◆ complex_t

typedef std::complex<real_t> complex_t

Definition at line 45 of file mast_data_types.h.

◆ int_t

typedef int int_t

Definition at line 44 of file mast_data_types.h.

◆ real_t

typedef double real_t

Definition at line 42 of file mast_data_types.h.

◆ uint_t

typedef unsigned int uint_t

Definition at line 43 of file mast_data_types.h.