Type definition missing for `matrixFrom*`
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 for matrixFromColumns and matrixFromFunction.
To Reproduce
Create a simple typescript project.
pnpm init
pnpm add typescript -D
pnpm add mathjs
.\node_modules\.bin\tsc --init
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!
Hi @josdejong Made the changes, and a couple of small improvements. :) https://github.com/josdejong/mathjs/pull/3146