Skip to content

BaGoA/Blars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blars

Blars is Rust library implementing BLAS functions

Build

Build of Blars is made by Rust tool Cargo

To build Blars, you can use the following command:

*cargo build* to compile in debug mode
*cargo build --release* to compile in release mode

To launch Blars units tests, you can use the following command:

*cargo test* to launch tests in debug mode
*cargo test --release* to launch tests in release mode

Code Documentation

Blars code documentation is made also by Cargo with the following command:

*cargo doc* to generate the documentation
*cargo doc --open* to open the documention in your browser

About

Blars is Rust library implementing [BLAS](https://netlib.org/blas/) functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages