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

Function ev

test/compute-engine/linear-algebra.test.ts:415–415  ·  view source on GitHub ↗
(expr: Expression)

Source from the content-addressed store, hash-verified

413 );
414 });
415
416 // Vector × Matrix
417 it('should multiply vector by matrix', () => {
418 // [7, 11] × [[1, 2], [3, 4]] = [7*1+11*3, 7*2+11*4] = [40, 58]

Callers 1

Calls 4

toStringMethod · 0.65
evaluateMethod · 0.65
exprMethod · 0.65
boxMethod · 0.65

Tested by

no test coverage detected