While Modelica.ComplexMath contains basic mathematical functions operating on complex numbers (such as sin(..)), this package contains additional mathematical functions for further operations.
Name | Description |
---|---|
Examples | Package of examples to demonstrate the usage of complex numbers |
Vectors | Package of functions operating on vectors of complex numbers |
Matrices | Package of functions operating on matrices of complex numbers |
maxElement | Return maximum element of complex vector |
eigenValues | Compute eingenvalues of a matrix A, using lapack routine dgeevx |
eigenVectors | Calculate the right eigenvectors of a linear state space system and write them columnwise in a matrix. |
frequency | Frequency and damping of conjugated complex pole pair |
Internal | Package of internal functions operating on complex number (for advanced users only) |