Metadata-Version: 2.1
Name: SML-matrix-completion
Version: 0.1
Summary: matrix_completion
Home-page: UNKNOWN
Author: Hanh Huyen
License: LICENSE.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

Instruction

How to install?

!pip install SML_matrix_completion

How to use the package?

import matrix_completion as mc

How to use complete function?

res = mc.complete( A, b, z, n1, n2,  mu, beta, loop_size )

Help function

mc._help()



