Skip to content

albertgustavsson/linjal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linjal

A C++ library for linear algebra

Building

CMake is used for building the library. Build files should be put in the directory build. Example of commands to generate build files:

mkdir build
cd build
cmake ..

Goals

The goal of this library is to provide code for common operations in linear algebra. A secondary goal is to have the library use OpenCL for GPU acceleration when available on the system.

About

A C++ library for linear algebra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published