Skip to content

Commit 26367b5

Browse files
committed
Format
1 parent 23bc583 commit 26367b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/function/matrix/broadcastMatrices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const createBroadcastMatrices = /* #__PURE__ */ factory(name, dependencie
2626
* size, reshape, broadcastSizes, broadcastTo
2727
*
2828
* History:
29-
*
29+
*
3030
* v15.1.1 created
3131
* @param {...(Array|Matrix)} x One or more matrices or arrays
3232
* @return {Array[Array|Matrix]} An array of matrices with the broadcasted sizes.

src/function/matrix/broadcastSizes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const createBroadcastSizes = /* #__PURE__ */ factory(name, dependencies,
2626
* size, reshape, squeeze, broadcastTo
2727
*
2828
* History:
29-
*
29+
*
3030
* v15.1.1 created
3131
* @param {...(Array|Matrix)} x One or more matrices or arrays
3232
* @return {Array} A vector with the broadcasted size.

src/function/matrix/broadcastTo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export const createBroadcastTo = /* #__PURE__ */ factory(name, dependencies, ({
2222
* size, reshape, squeeze, broadcastSizes
2323
*
2424
* History:
25-
*
25+
*
2626
* v15.1.1 created
27-
*
27+
*
2828
* @param {Array|Matrix} x The array or matrix to broadcast
2929
* @param {Array|Matrix} size The target size
3030
* @return {Array} The broadcasted array

0 commit comments

Comments
 (0)