Registry / other / rblas
library0.0.13rscratesunverified

Provides BLAS bindings and wrappers for linear algebra operations.

# Cargo.toml [dependencies] rblas = "0.0.13"
INSTALL
IMPORT
SIG · RBLAS
R
rblas
otherrustv0.0.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Matrix
use rblas::Matrix;

Creates a 2x2 matrix using rblas.

use rblas::Matrix; fn main() { let a = Matrix::new(vec![1.0, 2.0, 3.0, 4.0], 2, 2); println!("{:?}", a); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.13latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rblas — cargo add rblas · libregistry