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