@ed, general-purpose matrix-ops work poorly with malformed data like ```[1.2, null, 4.234]``` which are ubiquitous in ux-workflow programming. my experience in javascript linear-algebra mostly devolves to writing divide-by-zero "technical-debt" that's non-reusable/application-specific. it ends up more cost-efficient for me to write custom for-loops, with malformed-data checks embedded in them.
> On 12 May 2019, at 04:50, Ed Saleh <[email protected]> wrote: > > Hello, > > Matrices are widely used today in in Computer Science, Engineering, and AI. I > am proposing a new object type of `Matrix([ []... ])` which would make > working with matrices easier, easily doing operations such matrices > `multiplication` and `addition`. > > Thank you, > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

