|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BigMatrixImpl | |
---|---|
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 | |
---|---|
BigMatrixImpl |
BigMatrixImpl.add(BigMatrixImpl m)
Deprecated. Compute the sum of this and m . |
BigMatrixImpl |
BigMatrixImpl.multiply(BigMatrixImpl m)
Deprecated. Returns the result of postmultiplying this by m . |
BigMatrixImpl |
BigMatrixImpl.subtract(BigMatrixImpl m)
Deprecated. Compute this minus m . |
Methods in org.apache.commons.math.linear with parameters of type BigMatrixImpl | |
---|---|
BigMatrixImpl |
BigMatrixImpl.add(BigMatrixImpl m)
Deprecated. Compute the sum of this and m . |
BigMatrixImpl |
BigMatrixImpl.multiply(BigMatrixImpl m)
Deprecated. Returns the result of postmultiplying this by m . |
BigMatrixImpl |
BigMatrixImpl.subtract(BigMatrixImpl m)
Deprecated. Compute this minus m . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |