-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type definition missing for matrixFrom*
#3115
Labels
Comments
Thanks for reporting. Anyone able to add those functions to the type definitions? Help would be welcome! |
Hi Again @josdejong, I can fill this in if you'd like? |
Yes please! Thanks! |
Hudsxn
added a commit
to Hudsxn/mathjs
that referenced
this issue
Feb 1, 2024
Hi @josdejong |
josdejong
pushed a commit
that referenced
this issue
Jan 29, 2025
* Addressed silentmissile's comment in #3125 * Added method overload to index.d.ts, have to revert commit due to changes to package-lock.json with using npm install to run the unit tests & lint tests * Type definition missing for matrixFrom* #3115 * fix: Update types and add tests as requested by review * chore: lint fix --------- Co-authored-by: Hudsxn <[email protected]> Co-authored-by: Hudsxn <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
The type definition of
matrixFromRows
is missing, also formatrixFromColumns
andmatrixFromFunction
.To Reproduce
Create a simple typescript project.
The text was updated successfully, but these errors were encountered: