Issues
- 0
- 0
- 6
- 0
Add (binary) operations for mutable variants
#73 opened by japaric - 0
Add vectorized transcendental functions
#71 opened by japaric - 0
- 0
Known spurious failures
#69 opened by japaric - 0
`{Col,SubMat,Row}Mut.set(Product)` should work
#67 opened by japaric - 0
Use One/Zero traits provided by libstd
#68 opened by japaric - 1
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
Add a private indexing method to `Chain`
#57 opened by japaric - 0
- 0
`alpha * Mat + beta * SubMat` should compile
#55 opened by japaric - 0
- 0
`Mat + Chain` should not compile
#53 opened by japaric - 0
A * B * C + D * E should compile
#52 opened by japaric - 0
Also allow storing data in row-major order
#22 opened by japaric - 1
Implement `MulAssign` (eager scaling) using SIMD
#20 opened by japaric - 0
Implement matrix chain multiplication
#18 opened by japaric - 0
Implement lazy matrix multiplication
#19 opened by japaric - 0
Implement matrix splitting
#23 opened by japaric - 0
Add tests for lazy scalar multiplication
#38 opened by japaric - 0
- 1
Change `Slice` traits to use range notation
#44 opened by japaric - 1
- 0
Test are failing when linking against OpenBLAS
#12 opened by japaric - 0
- 0
- 0
docs for macros
#41 opened by flying-sheep - 0
Implement lazy scalar multiplication
#13 opened by japaric - 0
- 0
Add tests for overloaded equality
#34 opened by japaric - 0
Implement `PartialEq` between `Owned` and `View`
#17 opened by japaric - 0
Make the `blas::{Vector,Matrix}` traits private
#31 opened by japaric - 1
rust-ci script for doc uploading is not working
#27 opened by japaric - 0
- 0
Implement map in place
#24 opened by japaric - 1
Gather test suite statistics
#15 opened by japaric - 0
Don't call BLAS routines on zero-sized matrices
#14 opened by japaric - 0
- 2
I can't correctly implement the (s)axpy operation
#10 opened by tolgap - 2