public class SVD extends Object
| Constructor and Description |
|---|
SVD() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getD() |
RealMatrix |
getU() |
RealMatrix |
getV() |
void |
setD(double[] d) |
void |
setU(RealMatrix u) |
void |
setV(RealMatrix v) |
public double[] getD()
public void setD(double[] d)
public RealMatrix getU()
public void setU(RealMatrix u)
public RealMatrix getV()
public void setV(RealMatrix v)
Copyright © 2016. All rights reserved.