public SingularValueDecomposition
DoubleMatrix getU(boolean transpose)
for the decomposition of A, A = USV'
DoubleMatrix getV(boolean transpose)
for the decomposition of A, A = USV'
DoubleMatrix getS()
for the decomposition of A, A = USV'
kotlin.Array[] getSingularValues()
for the decomposition of A, A = USV'
int getRank()