|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jblas.Singular
public class Singular
Constructor Summary | |
---|---|
Singular()
|
Method Summary | |
---|---|
static DoubleMatrix[] |
fullSVD(DoubleMatrix A)
Compute a singular-value decomposition of A. |
static FloatMatrix[] |
fullSVD(FloatMatrix A)
Compute a singular-value decomposition of A. |
static ComplexDoubleMatrix[] |
sparseSVD(ComplexDoubleMatrix A)
|
static ComplexFloatMatrix[] |
sparseSVD(ComplexFloatMatrix A)
|
static DoubleMatrix[] |
sparseSVD(DoubleMatrix A)
Compute a singular-value decomposition of A (sparse variant). |
static FloatMatrix[] |
sparseSVD(FloatMatrix A)
Compute a singular-value decomposition of A (sparse variant). |
static DoubleMatrix |
SVDValues(ComplexDoubleMatrix A)
Compute the singular values of a complex matrix. |
static FloatMatrix |
SVDValues(ComplexFloatMatrix A)
Compute the singular values of a complex matrix. |
static DoubleMatrix |
SVDValues(DoubleMatrix A)
Compute the singular values of a matrix. |
static FloatMatrix |
SVDValues(FloatMatrix A)
Compute the singular values of a matrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Singular()
Method Detail |
---|
public static DoubleMatrix[] fullSVD(DoubleMatrix A)
public static DoubleMatrix[] sparseSVD(DoubleMatrix A)
A
-
public static ComplexDoubleMatrix[] sparseSVD(ComplexDoubleMatrix A)
public static DoubleMatrix SVDValues(DoubleMatrix A)
A
- DoubleMatrix of dimension m * n
public static DoubleMatrix SVDValues(ComplexDoubleMatrix A)
A
- ComplexDoubleMatrix of dimension m * n
public static FloatMatrix[] fullSVD(FloatMatrix A)
public static FloatMatrix[] sparseSVD(FloatMatrix A)
A
-
public static ComplexFloatMatrix[] sparseSVD(ComplexFloatMatrix A)
public static FloatMatrix SVDValues(FloatMatrix A)
A
- FloatMatrix of dimension m * n
public static FloatMatrix SVDValues(ComplexFloatMatrix A)
A
- ComplexFloatMatrix of dimension m * n
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |