Explore >> Select a destination


You are here

www.karlrupp.net
| | sciruby.com
3.0 parsecs away

Travel
| | Almost two months ago, in December, we release our first beta of NMatrix, our linear algebra library for the Ruby language. Rather than discussing ...
| | opguides.info
3.6 parsecs away

Travel
| | 6 - Matrix Theory / Linear Algebra # Below is a 15 video series that totals a bit under 3 hours. Interactive Linear Algebra, text book that actually uses the web Linear Algebra Done Wrong - Sergei Treil @ Brown University Matrices, Diagrammatically Linear Algebra - Jim Hefferson Linear Algebra and Applications: An Inquiry-Based Approach
| | nhigham.com
4.2 parsecs away

Travel
| | Anderson acceleration, also known in quantum chemistry as Pulay mixing or direct inversion in the iterative subspace (DIIS), is a technique for accelerating the convergence of a fixed-point iteration. It has been widely used in electronic structure computations, but does not seem to be well known to numerical analysts. Anderson's original paper is from 1965...
| | alexmuraro.me
30.0 parsecs away

Travel
| I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...]