Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jstat/jstat
/ curriedFunction
Function
curriedFunction
src/vector.js:547–549 ·
view source on GitHub ↗
(vector)
Source
from the content-addressed store, hash-verified
545
}
else
{
546
callbackFunction = undefined;
547
var
curriedFunction =
function
curriedFunction(vector) {
548
return
jStat[passfunc].apply(tmpthis, [vector].concat(args));
549
}
550
}
551
552
// If this is a matrix, run column-by-column.
Callers
1
vector.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected