Package | Description |
---|---|
fr.cnes.sirius.patrius.math.linear |
Modifier and Type | Method and Description |
---|---|
DiagonalMatrix |
DiagonalMatrix.add(DiagonalMatrix m)
Compute the sum of
this and m . |
DiagonalMatrix |
DiagonalMatrix.multiply(DiagonalMatrix m)
Returns the result of postmultiplying
this by m . |
DiagonalMatrix |
DiagonalMatrix.subtract(DiagonalMatrix m)
Returns
this minus m . |
Modifier and Type | Method and Description |
---|---|
DiagonalMatrix |
DiagonalMatrix.add(DiagonalMatrix m)
Compute the sum of
this and m . |
SymmetricMatrix |
SymmetricMatrix.add(DiagonalMatrix m)
Compute the sum of this and
m . |
DiagonalMatrix |
DiagonalMatrix.multiply(DiagonalMatrix m)
Returns the result of postmultiplying
this by m . |
RealMatrix |
SymmetricMatrix.multiply(DiagonalMatrix m)
Returns the result of postmultiplying this by
m . |
DiagonalMatrix |
DiagonalMatrix.subtract(DiagonalMatrix m)
Returns
this minus m . |
SymmetricMatrix |
SymmetricMatrix.subtract(DiagonalMatrix m)
Compute this minus
m . |
Copyright © 2018 CNES. All Rights Reserved.