Skip to content

Commit

Permalink
fix: #3096 embedded docs of eigs throwing an error
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 21, 2023
1 parent 347faa8 commit 105ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expression/embeddedDocs/function/matrix/eigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const eigsDocs = {
description: 'Calculate the eigenvalues and optionally eigenvectors of a square matrix',
examples: [
'eigs([[5, 2.3], [2.3, 1]])',
'eigs([[1, 2, 3], [4, 5, 6], [7, 8, 9]], { precision: 1e-6, eigenvectors: false }'
'eigs([[1, 2, 3], [4, 5, 6], [7, 8, 9]], { precision: 1e-6, eigenvectors: false })'
],
seealso: [
'inv'
Expand Down

0 comments on commit 105ca20

Please sign in to comment.