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