Crate runmat_runtime

Crate runmat_runtime 

Source

Re-exports§

pub use dispatcher::call_builtin;
pub use dispatcher::gather_if_needed;
pub use dispatcher::is_gpu_value;
pub use dispatcher::value_contains_gpu;
pub use arrays::create_range;
pub use concatenation::create_matrix_from_values;
pub use elementwise::elementwise_div;
pub use elementwise::elementwise_mul;
pub use elementwise::elementwise_neg;
pub use elementwise::elementwise_pow;
pub use elementwise::power;
pub use indexing::perform_indexing;

Modules§

arrays
Array generation functions
builtins
New builtin set. Builtins are organised by category and re-exported from this module.
comparison
Comparison operations for language-compatible logic
concatenation
Matrix and array concatenation operations
dispatcher
elementwise
Element-wise operations for matrices and scalars
indexing
Matrix indexing and slicing operations
matrix
Matrix operations for MATLAB-compatible arithmetic
plotting
Modern plotting builtin functions using the world-class runmat-plot system
workspace

Macros§

register_builtin_doc_text
register_builtin_fusion_spec
register_builtin_gpu_spec