Searched defs:L_ij (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcola/
H A Dcola.cpp129 /* calculate L_ij := w_{ij}*d_{ij}/dist_{ij} */
130 double L_ij = 1.0 / (dist_ij * Dij[i][j]); local
131 degree -= L_ij;
132 b[i] += L_ij * coords[j];

Completed in 15 milliseconds