mikopits / rola

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rola

Build Status Join the chat at https://gitter.im/rola-dev/Lobby

Rola (Rust Optimized Linear Algebra) is (will be) a Rust linear algebra library aiming to be fast and robust with the intent of use in numerical computing.

The scope of the project is to create fast, robust matrix and vector operations, and to solve Ax = b as quickly and efficiently as possible.

Current Progress

Just trying to get things to work. We'll worry about optimization after we have a working implementation.

Goals

  1. Idiomatic, clean Rust
  2. Mathematically sound
  3. Comparable speed to predecessors

Potentially look into GPU acceleration:

Research

References

  • LAPACK FORTRAN, tried and true
  • Blaze C++, cutting edge and fast
  • Eigen Pure C++, clean and robust
  • PLASMA C, makes use of cores and hardware

Study Material & Theory

About

License:Apache License 2.0


Languages

Language:Rust 100.0%