rust-blas | BLAS bindings for Rust
kandi X-RAY | rust-blas Summary
kandi X-RAY | rust-blas Summary
rust-blas is a Rust library. rust-blas has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
RBLAS wraps each external call in a trait with the same name (but capitalized). This trait contains a single static method, of the same name. These traits are generic over the four main types of numbers BLAS supports: f32, f64, Complex32, and Complex64. For example the functions cblas_saxpy, cblas_daxpy, cblas_caxypy, and cblas_zaxpy are called with the function Axpy::axpy. Additionally, RBLAS introduces a few traits to shorten calls to these BLAS functions: Vector for types that implement vector-like characteristics and Matrix for types that implement matrix-like characteristics. The Vector trait is already implemented by Vec and [] types.
RBLAS wraps each external call in a trait with the same name (but capitalized). This trait contains a single static method, of the same name. These traits are generic over the four main types of numbers BLAS supports: f32, f64, Complex32, and Complex64. For example the functions cblas_saxpy, cblas_daxpy, cblas_caxypy, and cblas_zaxpy are called with the function Axpy::axpy. Additionally, RBLAS introduces a few traits to shorten calls to these BLAS functions: Vector for types that implement vector-like characteristics and Matrix for types that implement matrix-like characteristics. The Vector trait is already implemented by Vec and [] types.
Support
Quality
Security
License
Reuse
Support
rust-blas has a low active ecosystem.
It has 76 star(s) with 16 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 7 open issues and 6 have been closed. On average issues are closed in 21 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of rust-blas is 0.0.12
Quality
rust-blas has no bugs reported.
Security
rust-blas has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
rust-blas is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
rust-blas releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rust-blas
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rust-blas
rust-blas Key Features
No Key Features are available at this moment for rust-blas.
rust-blas Examples and Code Snippets
No Code Snippets are available at this moment for rust-blas.
Community Discussions
No Community Discussions are available at this moment for rust-blas.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rust-blas
By default, the library links with blas dynamically. To link to an alternate implementation, like OpenBLAS, use the environment variable CARGO_BLAS. If you've already built the bindings, you may need to clean and build again.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page