Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use peroxide::fuga::*;
3
4
fn 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_matrix
Function · 0.85
print
Method · 0.80
det
Method · 0.45
Tested by
no test coverage detected