Uses of Class
org.apache.commons.math.linear.BigMatrixImpl
-
Packages that use BigMatrixImpl Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of BigMatrixImpl in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return BigMatrixImpl Modifier and Type Method Description BigMatrixImpl
BigMatrixImpl. add(BigMatrixImpl m)
Deprecated.Compute the sum of this andm
.BigMatrixImpl
BigMatrixImpl. multiply(BigMatrixImpl m)
Deprecated.Returns the result of postmultiplying this bym
.BigMatrixImpl
BigMatrixImpl. subtract(BigMatrixImpl m)
Deprecated.Compute this minusm
.Methods in org.apache.commons.math.linear with parameters of type BigMatrixImpl Modifier and Type Method Description BigMatrixImpl
BigMatrixImpl. add(BigMatrixImpl m)
Deprecated.Compute the sum of this andm
.BigMatrixImpl
BigMatrixImpl. multiply(BigMatrixImpl m)
Deprecated.Returns the result of postmultiplying this bym
.BigMatrixImpl
BigMatrixImpl. subtract(BigMatrixImpl m)
Deprecated.Compute this minusm
.
-