DPsim
CPS::Math Member List

This is the complete list of members for CPS::Math, including all inherited members.

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