| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.linear |
| Modifier and Type | Class and Description |
|---|---|
class |
Array2DRowRealMatrix
Implementation of
RealMatrix using a double[][] array to
store entries. |
class |
BlockRealMatrix
Cache-friendly implementation of RealMatrix using a flat arrays to store
square blocks of the matrix.
|
class |
DiagonalMatrix
Implementation of a diagonal matrix.
|
class |
SymmetricMatrix
Implementation of a symmetric matrix.
|
Copyright © 2017 CNES. All rights reserved.