Kronecker.jl icon indicating copy to clipboard operation
Kronecker.jl copied to clipboard

Efficiency sampled vec trick

Open MichielStock opened this issue 6 years ago • 0 comments

  • [ ] 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.

MichielStock avatar Jan 18 '19 11:01 MichielStock