Skip to content

morloclib/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morloc matrix module

Currently we offer only C++ support through the Eigen library. This library is suitable because it is header-only (no dependencies needed), has a generic API that meshes well with morloc philosophy, and has good performance (or so the Internet says). Python support can be added eventually through numpy. R can be added even more easily using native matrix types.

The Matrix general type is currently not parameterized over dimension. It takes a single parameter, the stored value type. For example Matrix Real.

Dependencies

For C++ code, currently the eigen package is required. Eigen may be downloaded into the $MORLOC_HOME/include/ folder. It is available as a header-only library. Just install with:

git clone https://gitlab.com/libeigen/eigen.git

About

Morloc matrix handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages