Documentation of 'org.ejml.alg.block.linsol.qr.BlockQrHouseHolderSolver' Java class
BlockQrHouseHolderSolver
org.ejml.alg.block.linsol.qr

Class BlockQrHouseHolderSolver

  • All Implemented Interfaces:
    LinearSolver<BlockMatrix64F>


    public class BlockQrHouseHolderSolver
    extends java.lang.Object
    implements LinearSolver<BlockMatrix64F>

    A solver for QRDecompositionHouseholder_B64. Systems are solved for using the standard QR decomposition method, sketched below.

    A = Q*R
    A*x = b
    Q*R*x = b
    R*x = y = QTb
    x = R-1y

    Where A is the m by n matrix being decomposed. Q is an orthogonal matrix. R is upper triangular matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.