Viewing profile — yngvizzle
yngvizzle
HN member- Joined
- Mon, Apr 01, 2019, 4:21 AM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About yngvizzle
No profile information was provided.
Recent public activity
-
comment
Comment #30711068
the frequency domain of the frequency domain is just a flipped version of the original image, so that would not work. the idea of frequency-domain based compression is that natural…
-
comment
Comment #29087015
As wgj says, it's mainly that Python easily interfaces with other languages without having to copy data. This means that we can use a vast amount of highly efficient mathematical l…
-
comment
Comment #27753601
While CHOLMOD is great, you cannot always use the Cholesky factorisation when you solve PDEs. For real-world simulations, we often have to solve systems with hundreds of millions, …