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

Function main

examples/det.rs:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2use peroxide::fuga::*;
3
4fn main() {
5 let a = ml_matrix("1 2 5;4 5 6;7 8 9");
6 a.det().print();
7}

Callers

nothing calls this directly

Calls 3

ml_matrixFunction · 0.85
printMethod · 0.80
detMethod · 0.45

Tested by

no test coverage detected