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

Function main

examples/clippy_verify.rs:241–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239}
240
241fn main() {
242 println!("== integral ==");
243 check_integral();
244 println!();
245 println!("== chebyshev/lagrange ==");
246 check_chebyshev_lagrange();
247 println!();
248 println!("== lanczos ==");
249 check_lanczos();
250 println!();
251 println!("== ode ==");
252 check_ode();
253 println!();
254 println!("== distributions ==");
255 check_distributions();
256 println!();
257 println!("== matrix ==");
258 check_matrix();
259 println!();
260 println!("== polynomial ==");
261 check_polynomial();
262 println!();
263 println!("== sparse ==");
264 check_sparse();
265 println!();
266 println!("== useful ==");
267 check_useful();
268}

Callers

nothing calls this directly

Calls 9

check_integralFunction · 0.85
check_chebyshev_lagrangeFunction · 0.85
check_lanczosFunction · 0.85
check_odeFunction · 0.85
check_distributionsFunction · 0.85
check_matrixFunction · 0.85
check_polynomialFunction · 0.85
check_sparseFunction · 0.85
check_usefulFunction · 0.85

Tested by

no test coverage detected