Skip to content

barche/EigenCpp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EigenCpp.jl

This is a package wrapping a small part of the development version of the Eigen library. It is mainly intended as a more elaborate test of the CxxWrap package, and for now mostly does a gemv comparison with Julia. To run this, do:

Pkg.clone("https://github.com/barche/EigenCpp.jl.git")
Pkg.build("EigenCpp")
Pkg.test("EigenCpp")

About

Wrap the Eigen C++ matrix library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages