Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
linear-algebra.test.ts
File · 0.70
Calls
4
toString
Method · 0.65
evaluate
Method · 0.65
expr
Method · 0.65
box
Method · 0.65
Tested by
no test coverage detected