Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove auto array alloc for more_sorensen_noew
estimate `nd = dot(d,matmul(H,d))` in two stages using `w%q` 1. `w%q = matmul(H,d)` 2. `nd = dot(d, w%q)`
- Loading branch information