mikera.matrixx.decompose
Interface IBidiagonalResult
-
- All Known Implementing Classes:
- BidiagonalRowResult
public interface IBidiagonalResultInterface representing the result of a Bidiagonal decompostion
-
-
Method Summary
All Methods Instance Methods Abstract 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
AMatrix getB()
Returns the bidiagonal matrix.- Parameters:
B- If not null the results are stored here, if null a new matrix is created.- Returns:
- The bidiagonal matrix.
-
getU
AMatrix getU()
Returns the orthogonal U matrix.- Parameters:
U- If not null then the results will be stored here. Otherwise a new matrix will be created.- Returns:
- The extracted Q matrix.
-
getV
AMatrix getV()
Returns the orthogonal V matrix.- Parameters:
V- If not null then the results will be stored here. Otherwise a new matrix will be created.- Returns:
- The extracted Q matrix.
-
-
DMelt 3.0 © DataMelt by jWork.ORG