SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles.factorization.diagonalization

Class Summary
Bidiagonalization Given a tall (m x n) matrix A, where m ≥ n, we find orthogonal matrices U and V such that U' %*% A %*% V = B B is an upper bi-diagonal matrix.
Tridiagonalization A tridiagonal matrix A is a matrix such that it has non-zero elements only in the main diagonal, the first diagonal below this, and the first diagonal above the main diagonal.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.