public final class OjAlgoSingularValueDecomposer extends java.lang.Object implements SingularValueDecomposer
Constructor and Description |
---|
OjAlgoSingularValueDecomposer() |
Modifier and Type | Method and Description |
---|---|
SVD |
createSVD(org.apache.commons.math3.linear.RealMatrix m)
Create a SVD instance using ojAlgo.
|
public SVD createSVD(org.apache.commons.math3.linear.RealMatrix m)
createSVD
in interface SingularValueDecomposer
m
- matrix that is not null
null