Instead of building the full, dense matrix, use matrix-free methods. Need to figure out a way to balance repeating work versus saving memory. If done well, this could potentially be faster than the current matrix-based methods.
Possible applications:
- Numerical simulation
- Eigendecomposition
- Error analysis
Instead of building the full, dense matrix, use matrix-free methods. Need to figure out a way to balance repeating work versus saving memory. If done well, this could potentially be faster than the current matrix-based methods.
Possible applications: