Uses of Class
dev.nm.algebra.linear.matrix.generic.matrixtype.ComplexMatrix
-
Packages that use ComplexMatrix Package Description dev.nm.algebra.linear.matrix.generic.matrixtype -
-
Uses of ComplexMatrix in dev.nm.algebra.linear.matrix.generic.matrixtype
Methods in dev.nm.algebra.linear.matrix.generic.matrixtype that return ComplexMatrix Modifier and Type Method Description ComplexMatrix
ComplexMatrix. add(ComplexMatrix that)
ComplexMatrix
ComplexMatrix. minus(ComplexMatrix that)
ComplexMatrix
ComplexMatrix. multiply(ComplexMatrix that)
ComplexMatrix
ComplexMatrix. ONE()
ComplexMatrix
ComplexMatrix. opposite()
ComplexMatrix
ComplexMatrix. scaled(Complex scalar)
ComplexMatrix
ComplexMatrix. ZERO()
Methods in dev.nm.algebra.linear.matrix.generic.matrixtype with parameters of type ComplexMatrix Modifier and Type Method Description ComplexMatrix
ComplexMatrix. add(ComplexMatrix that)
ComplexMatrix
ComplexMatrix. minus(ComplexMatrix that)
ComplexMatrix
ComplexMatrix. multiply(ComplexMatrix that)
-