Interface | Description |
---|---|
Densifiable |
This interface specifies whether a matrix implementation can be efficiently converted to the standard dense matrix representation.
|
Class | Description |
---|---|
DenseData |
This implementation of the storage of a dense matrix stores the data of a 2D matrix as an 1D
array.
|
DenseMatrix |
This class implements the standard, dense,
double based matrix
representation. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.