We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67b73d commit a720b66Copy full SHA for a720b66
src/type/matrix/utils/matAlgo15xAs.js
@@ -7,7 +7,7 @@ const dependencies = []
7
export const createMatAlgo15xAs = /* #__PURE__ */ factory(name, dependencies, () => {
8
/**
9
* Iterates over Array items and invokes the callback function f(Aij..z, b).
10
- * Callback function invoked MxN times.
+ * Callback function invoked once for each item.
11
*
12
* C(i,j,...z) = f(Aij..z, b)
13
0 commit comments