Package | Description |
---|---|
org.apache.commons.math.linear |
Linear algebra support.
|
Modifier and Type | Method and Description |
---|---|
RealMatrixImpl |
RealMatrixImpl.add(RealMatrixImpl m)
Deprecated.
Compute the sum of this and
m . |
RealMatrixImpl |
RealMatrixImpl.multiply(RealMatrixImpl m)
Deprecated.
Returns the result of postmultiplying this by
m . |
RealMatrixImpl |
RealMatrixImpl.subtract(RealMatrixImpl m)
Deprecated.
Compute this minus
m . |
Modifier and Type | Method and Description |
---|---|
RealMatrixImpl |
RealMatrixImpl.add(RealMatrixImpl m)
Deprecated.
Compute the sum of this and
m . |
RealMatrixImpl |
RealMatrixImpl.multiply(RealMatrixImpl m)
Deprecated.
Returns the result of postmultiplying this by
m . |
RealMatrixImpl |
RealMatrixImpl.subtract(RealMatrixImpl m)
Deprecated.
Compute this minus
m . |
Copyright © 2003–2019. All rights reserved.