|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Densifiable
This interface specifies whether a matrix implementation can be efficiently converted to the standard dense matrix representation.
A particular matrix implementation may optimize the conversion by taking advantage of having access to the class' private members.
Thus, toDense() is in general more efficient than explicit copy construction.
DenseMatrix| Method Summary | |
|---|---|
DenseMatrix |
toDense()
Densify a matrix, i.e., convert a matrix implementation to the standard dense matrix, DenseMatrix. |
| Method Detail |
|---|
DenseMatrix toDense()
DenseMatrix.
DenseMatrix
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||