public static interface QR.Factory<N extends Number> extends MatrixDecomposition.Factory<QR<N>>
| Modifier and Type | Method and Description |
|---|---|
default QR<N> |
make(boolean fullSize) |
default QR<N> |
make(Structure2D typical) |
QR<N> |
make(Structure2D typical,
boolean fullSize) |
make, makedefault QR<N> make(Structure2D typical)
make in interface MatrixDecomposition.Factory<QR<N extends Number>>QR<N> make(Structure2D typical, boolean fullSize)
Copyright © 2018 Optimatika. All rights reserved.