mikera.matrixx.decompose.impl.bidiagonal
Class BidiagonalRow
- java.lang.Object
-
- mikera.matrixx.decompose.impl.bidiagonal.BidiagonalRow
-
public class BidiagonalRow extends java.lang.ObjectPerforms a
org.ejml.alg.dense.decomposition.bidiagonal.BidiagonalDecompositionusing householder reflectors. This is efficient on wide or square matrices.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static IBidiagonalResultdecompose(AMatrix A)Computes the decomposition of the provided matrix.static IBidiagonalResultdecompose(AMatrix A, boolean compact)Computes the decomposition of the provided matrix.
-
-
-
Method Detail
-
decompose
public static IBidiagonalResult decompose(AMatrix A)
Computes the decomposition of the provided matrix.- Parameters:
A- The matrix that is being decomposed. Not modified.- Returns:
- an IBidiagonalResult object
-
decompose
public static IBidiagonalResult decompose(AMatrix A, boolean compact)
Computes the decomposition of the provided matrix.- Parameters:
A- The matrix that is being decomposed. Not modified.compact- if true, result matrices have zero-filled regions trimmed off.- Returns:
- an IBidiagonalResult object
-
-
DMelt 3.0 © DataMelt by jWork.ORG