11#include <dpsim-models/Definitions.h>
14#define DOUBLE_EPSILON 1E-12
18using Real = CPS::Real;
19using Complex = CPS::Complex;
20using String = CPS::String;
21using Bool = CPS::Bool;
23using UInt = CPS::UInt;
24using Matrix = CPS::Matrix;
25using MatrixComp = CPS::MatrixComp;
26using SparseMatrix = CPS::SparseMatrixRow;
27using SparseMatrixComp = CPS::SparseMatrixCompRow;
29template <
typename T>
using MatrixVar = CPS::MatrixVar<T>;