Interface Densifiable

    • Method Detail

      • toDense

        DenseMatrix toDense()
        Densify a matrix, i.e., convert a matrix implementation to the standard dense matrix, DenseMatrix.
        Returns:
        a matrix representation in DenseMatrix