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 ComplexMatrixComplexMatrix. add(ComplexMatrix that)ComplexMatrixComplexMatrix. minus(ComplexMatrix that)ComplexMatrixComplexMatrix. multiply(ComplexMatrix that)ComplexMatrixComplexMatrix. ONE()ComplexMatrixComplexMatrix. opposite()ComplexMatrixComplexMatrix. scaled(Complex scalar)ComplexMatrixComplexMatrix. ZERO()Methods in dev.nm.algebra.linear.matrix.generic.matrixtype with parameters of type ComplexMatrix Modifier and Type Method Description ComplexMatrixComplexMatrix. add(ComplexMatrix that)ComplexMatrixComplexMatrix. minus(ComplexMatrix that)ComplexMatrixComplexMatrix. multiply(ComplexMatrix that)
-