MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / finalSample

Function finalSample

test/compute-engine/differential-equations.test.ts:22–25  ·  view source on GitHub ↗
(result: ReturnType<typeof ndsolve>)

Source from the content-addressed store, hash-verified

20 .evaluate();
21}
22
23function finalSample(result: ReturnType<typeof ndsolve>): [number, number] {
24 const sample = result.ops[result.ops.length - 1];
25 return [sample.op1.N().re, sample.op2.N().re];
26}
27
28function finalSystemSample(

Callers 1

Calls 1

NMethod · 0.65

Tested by

no test coverage detected