japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

`Chain` should represent a product of 3 or more matrices #54

Open japaric opened 9 years ago

japaric commented 9 years ago

Right now it represents a product of 2 or more matrices.

This means that Product<SubMat, SubMat> needs to be introduced in several implementations. This last part is tedious.

cc #52 #53