japaric-archived / linalg.rs

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

Implement lazy scalar multiplication #13

Closed japaric closed 9 years ago

japaric commented 9 years ago

row += alpha * another_row should reduce to a single axpy call without creating a temporary.

(Rough) plan