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