Skip to content

mleprovost/OrthoMatchingPursuit.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrthoMatchingPursuit.jl

A package to perform orthogonal matching pursuit for linear systems.

About the package

OrthoMatchingPursuit.jl is registered in the general Julia registry. To install, type e.g.,

] add OrthoMatchingPursuit

Then, in any version, type

julia> using OrthoMatchingPursuit

For examples, consult the notebooks folder.