mikera.matrixx.decompose.impl.bidiagonal
Class BidiagonalRowResult
- java.lang.Object
-
- mikera.matrixx.decompose.impl.bidiagonal.BidiagonalRowResult
-
- All Implemented Interfaces:
- IBidiagonalResult
public class BidiagonalRowResult extends java.lang.Object implements IBidiagonalResult
-
-
Constructor Summary
Constructors Constructor and Description BidiagonalRowResult(AMatrix U, AMatrix B, AMatrix V)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AMatrixgetB()Returns the bidiagonal matrix.AMatrixgetU()Returns the orthogonal U matrix.AMatrixgetV()Returns the orthogonal V matrix.
-
-
-
Method Detail
-
getB
public AMatrix getB()
Description copied from interface:IBidiagonalResultReturns the bidiagonal matrix.- Specified by:
getBin interfaceIBidiagonalResult- Returns:
- The bidiagonal matrix.
-
getU
public AMatrix getU()
Description copied from interface:IBidiagonalResultReturns the orthogonal U matrix.- Specified by:
getUin interfaceIBidiagonalResult- Returns:
- The extracted Q matrix.
-
getV
public AMatrix getV()
Description copied from interface:IBidiagonalResultReturns the orthogonal V matrix.- Specified by:
getVin interfaceIBidiagonalResult- Returns:
- The extracted Q matrix.
-
-
DMelt 3.0 © DataMelt by jWork.ORG