runmat-runtime 0.4.1

Core runtime for RunMat with builtins, BLAS/LAPACK integration, and execution APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub(crate) mod colon;
pub(crate) mod empty;
pub(crate) mod eye;
pub(crate) mod fill;
pub(crate) mod linspace;
pub(crate) mod logspace;
pub(crate) mod magic;
pub mod meshgrid;
pub(crate) mod ones;
pub(crate) mod peaks;
pub(crate) mod rand;
pub(crate) mod randi;
pub(crate) mod randn;
pub(crate) mod randperm;
pub(crate) mod range;
pub(crate) mod true_false;
pub(crate) mod zeros;