Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUNLP-MT/MEAN
/ dot
Function
dot
evaluation/TMscore.cpp:3030–3033 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3028
}
3029
3030
double dot(double *a, double *b)
3031
{
3032
return (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]);
3033
}
3034
3035
void transform(double t[3], double u[3][3], double *x, double *x1)
3036
{
Callers
1
transform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected