public class Singular extends Object
Constructor and Description |
---|
Singular() |
Modifier and Type | Method and Description |
---|---|
static ComplexDoubleMatrix[] |
fullSVD(ComplexDoubleMatrix A)
Compute a singular-value decomposition of A.
|
static ComplexFloatMatrix[] |
fullSVD(ComplexFloatMatrix A)
Compute a singular-value decomposition of A.
|
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)
Compute a singular-value decomposition of A (sparse variant).
|
static ComplexFloatMatrix[] |
sparseSVD(ComplexFloatMatrix A)
Compute a singular-value decomposition of A (sparse variant).
|
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.
|
public static DoubleMatrix[] fullSVD(DoubleMatrix A)
public static DoubleMatrix[] sparseSVD(DoubleMatrix A)
A
- public static ComplexDoubleMatrix[] sparseSVD(ComplexDoubleMatrix A)
A
- public static ComplexDoubleMatrix[] fullSVD(ComplexDoubleMatrix A)
public static DoubleMatrix SVDValues(DoubleMatrix A)
A
- DoubleMatrix of dimension m * npublic static DoubleMatrix SVDValues(ComplexDoubleMatrix A)
A
- ComplexDoubleMatrix of dimension m * npublic static FloatMatrix[] fullSVD(FloatMatrix A)
public static FloatMatrix[] sparseSVD(FloatMatrix A)
A
- public static ComplexFloatMatrix[] sparseSVD(ComplexFloatMatrix A)
A
- public static ComplexFloatMatrix[] fullSVD(ComplexFloatMatrix A)
public static FloatMatrix SVDValues(FloatMatrix A)
A
- FloatMatrix of dimension m * npublic static FloatMatrix SVDValues(ComplexFloatMatrix A)
A
- ComplexFloatMatrix of dimension m * nCopyright © 2015. All rights reserved.