Tag:numerical-analysis
All the articles with the tag "numerical-analysis".
Queueing System with Potential for Recruiting Secondary Servers
Posted on:April 4, 2023Slides for a seminar on the topic of numerical methods for Markov Chains
Methods for solving PageRank with multiple damping factors
Posted on:December 27, 2022Implementation of the shifted power method and the shifted GMRES method
Cache-Friendly, Low-Memory Lanczos Algorithm in Rust
Posted on:September 16, 2025Implementing a cache-friendly, low-memory two-pass Lanczos algorithm in Rust, focusing on efficient memory access patterns and minimal allocations.