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