DPsim
|
This is the complete list of members for CPS::Math, including all inherited members.
abs(Complex value) (defined in CPS::Math) | CPS::Math | static |
abs(const MatrixComp &mat) (defined in CPS::Math) | CPS::Math | static |
addToMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Complex value, Int maxFreq=1, Int freqIdx=0) (defined in CPS::Math) | CPS::Math | static |
addToMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Matrix value, Int maxFreq=1, Int freqIdx=0) (defined in CPS::Math) | CPS::Math | static |
addToMatrixElement(SparseMatrixRow &mat, std::vector< UInt > rows, std::vector< UInt > columns, Complex value) (defined in CPS::Math) | CPS::Math | static |
addToMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Real value) (defined in CPS::Math) | CPS::Math | static |
addToMatrixElement(SparseMatrixRow &mat, std::vector< UInt > rows, std::vector< UInt > columns, Real value) (defined in CPS::Math) | CPS::Math | static |
addToVectorElement(Matrix &mat, Matrix::Index row, Complex value, Int maxFreq=1, Int freqIdx=0) (defined in CPS::Math) | CPS::Math | static |
addToVectorElement(Matrix &mat, Matrix::Index row, Real value) (defined in CPS::Math) | CPS::Math | static |
applyStateSpaceTrapezoidalMatrices(const Matrix &Ad, const Matrix &Bd, const Matrix &Cd, const Matrix &statesPrevStep, const Matrix &inputCurrStep, const Matrix &inputPrevStep) | CPS::Math | static |
calculateStateSpaceTrapezoidalMatrices(const Matrix &A, const Matrix &B, const Matrix &C, const Real &dt, Matrix &Ad, Matrix &Bd, Matrix &Cd) | CPS::Math | static |
complexFromVectorElement(const Matrix &mat, Matrix::Index row, Int maxFreq=1, Int freqIdx=0) (defined in CPS::Math) | CPS::Math | static |
degToRad(Real deg) (defined in CPS::Math) | CPS::Math | static |
DeriveFnPtr typedef (defined in CPS::Math) | CPS::Math | |
FFT(std::vector< Complex > &samples) (defined in CPS::Math) | CPS::Math | static |
invertMatrix(const Matrix &mat, Matrix &matInv) (defined in CPS::Math) | CPS::Math | static |
phase(Complex value) (defined in CPS::Math) | CPS::Math | static |
phase(const MatrixComp &mat) (defined in CPS::Math) | CPS::Math | static |
phaseDeg(Complex value) (defined in CPS::Math) | CPS::Math | static |
polar(Real abs, Real phase) (defined in CPS::Math) | CPS::Math | static |
polarDeg(Real abs, Real phase) (defined in CPS::Math) | CPS::Math | static |
radtoDeg(Real rad) (defined in CPS::Math) | CPS::Math | static |
realFromVectorElement(const Matrix &mat, Matrix::Index row) (defined in CPS::Math) | CPS::Math | static |
rotatingFrame2to1(Complex f2, Real theta1, Real theta2) (defined in CPS::Math) | CPS::Math | static |
setMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Complex value, Int maxFreq=1, Int freqIdx=0) (defined in CPS::Math) | CPS::Math | static |
setMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Real value) (defined in CPS::Math) | CPS::Math | static |
setVectorElement(Matrix &mat, Matrix::Index row, Complex value, Int maxFreq=1, Int freqIdx=0, Matrix::Index colOffset=0) (defined in CPS::Math) | CPS::Math | static |
setVectorElement(Matrix &mat, Matrix::Index row, Real value) (defined in CPS::Math) | CPS::Math | static |
singlePhaseParameterToThreePhase(Real parameter) | CPS::Math | static |
singlePhasePowerToThreePhase(Real power) | CPS::Math | static |
singlePhaseVariableToThreePhase(Complex var_1ph) | CPS::Math | static |
StateSpaceEuler(Matrix states, Matrix A, Matrix B, Real dt, Matrix u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceEuler(Matrix states, Matrix A, Matrix B, Matrix C, Real dt, Matrix u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceEuler(Matrix states, Matrix A, Matrix input, Real dt) (defined in CPS::Math) | CPS::Math | static |
StateSpaceEuler(Real states, Real A, Real B, Real dt, Real u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceEuler(Real states, Real A, Real B, Real C, Real dt, Real u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Real dt, Matrix u_new, Matrix u_old) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Matrix C, Real dt, Matrix u_new, Matrix u_old) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Real dt, Matrix u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Matrix C, Real dt, Matrix u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix input, Real dt) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Real states, Real A, Real B, Real C, Real dt, Real u) (defined in CPS::Math) | CPS::Math | static |
StateSpaceTrapezoidal(Real states, Real A, Real B, Real dt, Real u) (defined in CPS::Math) | CPS::Math | static |