Skip to content

kgourgou/Matrix-Completion-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Completion in C

This repo contains a very naive implementation of the singular value thresholding algorithm for matrix completion done as part of a project for a numerical algorithms class.

Parallel version is not very sophisticated and just uses OpenMP to scatter some of the for-loops among available processors.

About

Naive version of the singular value thresholding algorithm for matrix completion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages