v2.6.0
v2.6.0 (2020-01-13)
Closed issues:
- Matrix-free iterative method examples? (#81)
- mul! with LinearCombination and matrices not working (#79)
- Allocation-free 5-arg mul! for custom maps (#75)
- InexactError when using LinearMap of complex matrix (#73)
- use LinearAlgebra's new generic in-place 5-arg mul! (requires Julia 1.3)? (#56)
Merged pull requests:
- Keep the FunctionMap promise (#82) (dkarrasch)
- select intermediate destination of CompositionMap based on input (#80) (kose-y)
- Minor updates in README.md (#78) (wsshin)
- stop testing Julia v1.2, start testing on windows (#77) (dkarrasch)
- add mulstyle feature (#76) (dkarrasch)
- BlockMap enhancements (#72) (dkarrasch)
- Use 5-arg mul! for matrices (#68) (dkarrasch)
- miscellaneous updates (#66) (dkarrasch)
- add Kronecker products for LinearMaps (#61) (dkarrasch)