Documentation of 'org.ejml.alg.dense.linsol.qr.AdjLinearSolverQr_D64' Java class
AdjLinearSolverQr_D64
org.ejml.alg.dense.linsol.qr

Class AdjLinearSolverQr_D64

    • Constructor Detail

      • AdjLinearSolverQr_D64

        public AdjLinearSolverQr_D64()
    • Method Detail

      • setMaxSize

        public void setMaxSize(int maxRows,
                               int maxCols)
        Description copied from class: LinearSolverQr_D64
        Changes the size of the matrix it can solve for
        Overrides:
        setMaxSize in class LinearSolverQr_D64
        Parameters:
        maxRows - Maximum number of rows in the matrix it will decompose.
        maxCols - Maximum number of columns in the matrix it will decompose.
      • addRowToA

        public boolean addRowToA(double[] A_row,
                                 int rowIndex)
        Description copied from interface: AdjustableLinearSolver
        Adds a row to A. This has the same effect as creating a new A and calling LinearSolver.setA(T).
        Specified by:
        addRowToA in interface AdjustableLinearSolver
        Parameters:
        A_row - The row in A.
        rowIndex - Where the row appears in A.
        Returns:
        if it succeeded or not.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.