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
// Auto-generated by runmatfunc
pub(crate) mod acos;
pub(crate) mod acosh;
pub(crate) mod asin;
pub(crate) mod asinh;
pub(crate) mod atan;
pub(crate) mod atan2;
pub(crate) mod atanh;
pub(crate) mod cos;
pub(crate) mod cosh;
pub(crate) mod sin;
pub(crate) mod sinh;
pub(crate) mod tan;
pub(crate) mod tanh;