japaric-archived / linalg.rs

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

`{Col,SubMat,Row}Mut.set(Product)` should work #67

Closed japaric closed 9 years ago

japaric commented 9 years ago

This can be mapped to GEMV/GEMM with beta = 0.

This is effectively the unsugared version of the operation y[..] = alpha * A * x