Documentation of 'org.ejml.alg.dense.decomposition.qr.QRDecomposition_B64_to_D64' Java class
QRDecomposition_B64_to_D64
org.ejml.alg.dense.decomposition.qr

Class QRDecomposition_B64_to_D64

    • Constructor Detail

      • QRDecomposition_B64_to_D64

        public QRDecomposition_B64_to_D64()
    • Method Detail

      • getR

        public DenseMatrix64F getR(DenseMatrix64F R,
                                   boolean compact)
        Description copied from interface: QRDecomposition

        Returns the R matrix from the decomposition. Should only be called after DecompositionInterface.decompose(org.ejml.data.Matrix) has been.

        If setZeros is true then an n × m matrix is required and all the elements are set. If setZeros is false then the matrix must be at least m × m and only the upper triangular elements are set.

        If parameter R is not null, then that matrix is used to store the R matrix. Otherwise a new matrix is created.

        Specified by:
        getR in interface QRDecomposition<DenseMatrix64F>
        Parameters:
        R - If not null then the R matrix is written to it. Modified.
        compact - If true only the upper triangular elements are set
        Returns:
        The R matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.