MCPcopy Create free account
hub / github.com/THUNLP-MT/MEAN / do_rotation

Function do_rotation

evaluation/TMscore.cpp:3042–3048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3040}
3041
3042void do_rotation(double **x, double **x1, int len, double t[3], double u[3][3])
3043{
3044 for(int i=0; i<len; i++)
3045 {
3046 transform(t, u, &x[i][0], &x1[i][0]);
3047 }
3048}
3049
3050
3051/* read list of entries from 'name' to 'chain_list'.

Callers 3

TMscore8_searchFunction · 0.85
TMscore8_search_standardFunction · 0.85
TMscore_mainFunction · 0.85

Calls 1

transformFunction · 0.85

Tested by

no test coverage detected