toor1245 / MatrixDotNet

Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10 stars 3 forks source link

Matrix on Vector multiplication #11

Closed Dilorfin closed 4 years ago

Dilorfin commented 4 years ago

There is operator but no algorithm behind it

image

Dilorfin commented 4 years ago

It's not a bug. It uses another operator overload (array * matrix). So those tests should be checked out for errors!