Kronecker.jl
Kronecker.jl copied to clipboard
Efficiency sampled vec trick
- [ ] check order of for loops to match memory usage
- [ ] some rows / columns of the matrices are not used, so a smaller matrix can be stored.
- [ ] always allocate array for temporary computations
Check RLScore package for example of a good implementation.