Searched refs:listOfMatrices (Results 1 – 1 of 1) sorted by relevance
130 function multiplyMany(size, listOfMatrices) { argument131 if (IsDebug && (listOfMatrices.length < 2)) {134 var result = multiply(listOfMatrices[0], listOfMatrices[1], size);136 while (next < listOfMatrices.length) {137 result = multiply(result, listOfMatrices[next], size);