Skip to content

Commit

Permalink
added matrixFromRow/Column to seealso of row and column
Browse files Browse the repository at this point in the history
  • Loading branch information
cshaa committed Apr 12, 2021
1 parent b7774b8 commit 4966b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/expression/embeddedDocs/function/matrix/column.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const columnDocs = {
'column(A, 1)',
'column(A, 2)'
],
seealso: ['row']
seealso: ['row', 'matrixFromColumns']
}
2 changes: 1 addition & 1 deletion src/expression/embeddedDocs/function/matrix/row.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const rowDocs = {
'row(A, 1)',
'row(A, 2)'
],
seealso: ['column']
seealso: ['column', 'matrixFromRows']
}

0 comments on commit 4966b2d

Please sign in to comment.