MCPcopy Create free account
hub / github.com/Axect/Peroxide / MATLAB

Interface MATLAB

src/util/api.rs:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use crate::structure::matrix::*;
4
5pub trait MATLAB {
6 fn new(s: &str) -> Self;
7}
8
9pub trait PYTHON {
10 fn new<T>(v: Vec<Vec<T>>) -> Self

Callers

nothing calls this directly

Implementers 1

api.rssrc/util/api.rs

Calls

no outgoing calls

Tested by

no test coverage detected