According to the specs, DOMMatrix is limited to 4d matrices. They can be used to emulate 1d-3d matrices trivially. However, many applications (e.g. in graph theory) require arbitrary numbers of dimensions.
I'm not really familiar with Tensorflow, but if I read the API correctly, it seems to be limited to 1d-5d tensors. If I read the API correctly, arithmetic operations are tensor operations, rather than matrix operations, which have very different definitions. Cheers, David On 12/05/2019 21:31, guest271314 wrote: > 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? _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

