DPsim
Loading...
Searching...
No Matches
CPS::Math Member List

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

abs(Complex value)CPS::Mathstatic
abs(const MatrixComp &mat)CPS::Mathstatic
addToMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Complex value, Int maxFreq=1, Int freqIdx=0)CPS::Mathstatic
addToMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Matrix value, Int maxFreq=1, Int freqIdx=0)CPS::Mathstatic
addToMatrixElement(SparseMatrixRow &mat, std::vector< UInt > rows, std::vector< UInt > columns, Complex value)CPS::Mathstatic
addToMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Real value)CPS::Mathstatic
addToMatrixElement(SparseMatrixRow &mat, std::vector< UInt > rows, std::vector< UInt > columns, Real value)CPS::Mathstatic
addToVectorElement(Matrix &mat, Matrix::Index row, Complex value, Int maxFreq=1, Int freqIdx=0)CPS::Mathstatic
addToVectorElement(Matrix &mat, Matrix::Index row, Real value)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
calculateStateSpaceTrapezoidalMatrices(const Matrix &A, const Matrix &B, const Real &dt, Matrix &Ad, Matrix &Bd)CPS::Mathstatic
complexFromVectorElement(const Matrix &mat, Matrix::Index row, Int maxFreq=1, Int freqIdx=0)CPS::Mathstatic
degToRad(Real deg)CPS::Mathstatic
DeriveFnPtr typedefCPS::Math
elementwiseProduct(const Eigen::MatrixBase< DerivedA > &a, const Eigen::MatrixBase< DerivedB > &b)CPS::Mathinlinestatic
FFT(std::vector< Complex > &samples)CPS::Mathstatic
inverseParkTransformMatrixPowerInvariant(Real theta)CPS::Mathstatic
inverseParkTransformPowerInvariant(Real theta, const Matrix &fdq)CPS::Mathstatic
invertMatrix(const Matrix &mat, Matrix &matInv)CPS::Mathstatic
isFinite(Real value)CPS::Mathstatic
isFinite(Complex value)CPS::Mathstatic
parkTransformMatrixPowerInvariant(Real theta)CPS::Mathstatic
parkTransformPowerInvariant(Real theta, const Matrix &fabc)CPS::Mathstatic
pccPowerFromFilterPowerReference(Real pFilterRef, Real qFilterRef, Real rc, Real vGridRmsLL)CPS::Mathstatic
phase(Complex value)CPS::Mathstatic
phase(const MatrixComp &mat)CPS::Mathstatic
phaseDeg(Complex value)CPS::Mathstatic
polar(Real abs, Real phase)CPS::Mathstatic
polarDeg(Real abs, Real phase)CPS::Mathstatic
radtoDeg(Real rad)CPS::Mathstatic
realFromVectorElement(const Matrix &mat, Matrix::Index row)CPS::Mathstatic
rotatingFrame2to1(Complex f2, Real theta1, Real theta2)CPS::Mathstatic
setMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Complex value, Int maxFreq=1, Int freqIdx=0)CPS::Mathstatic
setMatrixElement(SparseMatrixRow &mat, Matrix::Index row, Matrix::Index column, Real value)CPS::Mathstatic
setVectorElement(Matrix &mat, Matrix::Index row, Complex value, Int maxFreq=1, Int freqIdx=0, Matrix::Index colOffset=0)CPS::Mathstatic
setVectorElement(Matrix &mat, Matrix::Index row, Real value)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)CPS::Mathstatic
StateSpaceEuler(Matrix states, Matrix A, Matrix B, Matrix C, Real dt, Matrix u)CPS::Mathstatic
StateSpaceEuler(Matrix states, Matrix A, Matrix input, Real dt)CPS::Mathstatic
StateSpaceEuler(Real states, Real A, Real B, Real dt, Real u)CPS::Mathstatic
StateSpaceEuler(Real states, Real A, Real B, Real C, Real dt, Real u)CPS::Mathstatic
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Real dt, Matrix u_new, Matrix u_old)CPS::Mathstatic
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Matrix C, Real dt, Matrix u_new, Matrix u_old)CPS::Mathstatic
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Real dt, Matrix u)CPS::Mathstatic
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix B, Matrix C, Real dt, Matrix u)CPS::Mathstatic
StateSpaceTrapezoidal(Matrix states, Matrix A, Matrix input, Real dt)CPS::Mathstatic
StateSpaceTrapezoidal(Real states, Real A, Real B, Real C, Real dt, Real u)CPS::Mathstatic
StateSpaceTrapezoidal(Real states, Real A, Real B, Real dt, Real u)CPS::Mathstatic