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, make
default QR<N> make(Structure2D typical)
make
in interface MatrixDecomposition.Factory<QR<N extends Number>>
QR<N> make(Structure2D typical, boolean fullSize)
Copyright © 2019 Optimatika. All rights reserved.