Interface SingularValueDecomposition_F32<T extends Matrix>

    • Method Detail

      • getSingularValues

        float[] getSingularValues()
        Returns the singular values. This is the diagonal elements of the W matrix in the decomposition. Ordering of singular values is not guaranteed..
        Returns:
        Singular values. Note this array can be longer than the number of singular values. Extra elements have no meaning.