Skip to content

mikopits/rola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages