Neither ```DOMMatrix``` nor tensorflow functionality are exclusive to any single use case. What is the use case of the Matrix object described at this proposal?
On Sun, May 12, 2019 at 7:06 PM kai zhu <[email protected]> wrote: > from what i can tell 1) w3c dommatrix is application-specific to 3d > visualization and 2) tfjs is application-specific to gpu-accelerated > machine-learning. > > the question is, is it feasible to spec a tc39 "jack-of-all-trades" > linear-algebra proposal that can underpin the above two (and many other) > diverse use-cases, w/o ending up being a "master-of-none". > > On Sun, May 12, 2019 at 11:20 AM guest271314 <[email protected]> > wrote: > >> Is this proposal different from ```DOMMatrix()``` >> https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix ? >> >> On Sun, May 12, 2019 at 9:51 AM 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 >> >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

