Uses of Class
com.altair.hwm.beans.utils.HWMMatrix

Packages that use HWMMatrix
com.altair.hwm.beans.utils   
 

Uses of HWMMatrix in com.altair.hwm.beans.utils
 

Methods in com.altair.hwm.beans.utils that return HWMMatrix
 HWMMatrix HWMMatrix.Add(HWMMatrix hwmMatrix)
          Add two matrices together
 HWMMatrix HWMMatrix.Inverse()
          Get the inverse of the matrix.
 HWMMatrix HWMMatrix.Multiply(HWMMatrix hwmMatrix)
          Multiplpy this matrix with another matrix
 HWMMatrix HWMMatrix.Subtract(HWMMatrix hwmMatrix)
          Subtract another matrix from this
 

Methods in com.altair.hwm.beans.utils with parameters of type HWMMatrix
 HWMMatrix HWMMatrix.Add(HWMMatrix hwmMatrix)
          Add two matrices together
 HWMMatrix HWMMatrix.Multiply(HWMMatrix hwmMatrix)
          Multiplpy this matrix with another matrix
 HWMMatrix HWMMatrix.Subtract(HWMMatrix hwmMatrix)
          Subtract another matrix from this