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