R - the type of the decomposition resultpublic interface Decomposition<R extends DecompositionResult> extends Function<DoubleMatrix,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(DoubleMatrix input)
Applies this function to the given argument.
|
R apply(DoubleMatrix input)
apply in interface Function<DoubleMatrix,R extends DecompositionResult>input - the input matrixCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.