Uses of Class
us.ihmc.utilities.linearDynamicSystems.ComplexMatrix

Packages that use ComplexMatrix
us.ihmc.utilities.linearDynamicSystems   
 

Uses of ComplexMatrix in us.ihmc.utilities.linearDynamicSystems
 

Methods in us.ihmc.utilities.linearDynamicSystems that return ComplexMatrix
static ComplexMatrix ComplexMatrix.constructDiagonalMatrix(ComplexNumber[] diagonalElements)
           
static ComplexMatrix ComplexMatrix.constructIdentity(int length)
           
static ComplexMatrix ComplexMatrix.constructZeros(int length)
           
 ComplexMatrix TransferFunctionMatrix.evaluate(ComplexNumber complexNumber)
           
 ComplexMatrix ComplexMatrix.inverse()
           
 ComplexMatrix ComplexMatrix.minus(com.mathworks.jama.Matrix matrixA)
           
 ComplexMatrix ComplexMatrix.times(ComplexMatrix complexMatrix)
           
 ComplexMatrix ComplexMatrix.times(ComplexNumber complexNumber)
           
 ComplexMatrix ComplexMatrix.times(double timesBy)
           
 ComplexMatrix ComplexMatrix.transpose()
           
 

Methods in us.ihmc.utilities.linearDynamicSystems with parameters of type ComplexMatrix
 boolean ComplexMatrix.epsilonEquals(ComplexMatrix complexMatrix, double epsilon)
           
 ComplexMatrix ComplexMatrix.times(ComplexMatrix complexMatrix)