runmat-runtime 0.6.0

Core runtime for RunMat with builtins, BLAS/LAPACK integration, and execution APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Core cell-array builtins.

pub mod cell;
pub mod cell2mat;
pub mod cell2struct;
pub mod cellfun;
pub mod cellstr;
pub mod iscell;
pub mod iscellstr;
pub mod mat2cell;
pub mod num2cell;