Uses of Class
org.apache.commons.math.linear.RealMatrixImpl
Packages that use RealMatrixImpl
-
Uses of RealMatrixImpl in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return RealMatrixImplModifier and TypeMethodDescriptionRealMatrixImpl.add
(RealMatrixImpl m) Deprecated.Compute the sum of this andm
.RealMatrixImpl.multiply
(RealMatrixImpl m) Deprecated.Returns the result of postmultiplying this bym
.RealMatrixImpl.subtract
(RealMatrixImpl m) Deprecated.Compute this minusm
.Methods in org.apache.commons.math.linear with parameters of type RealMatrixImplModifier and TypeMethodDescriptionRealMatrixImpl.add
(RealMatrixImpl m) Deprecated.Compute the sum of this andm
.RealMatrixImpl.multiply
(RealMatrixImpl m) Deprecated.Returns the result of postmultiplying this bym
.RealMatrixImpl.subtract
(RealMatrixImpl m) Deprecated.Compute this minusm
.