Overview of Tutorials
Below are examples of using different routines available in RLinearAlgebra.jl.
Multiplying by a Compressor demonstrates how to compress a matrix by multiplication with a compressor.
Solving a Consistent Linear System demonstrates how to approximately find $x$ that solves $Ax = b$ when $b$ is in the column space of $A$ using the default solver.
- Configuring a Basic Logger for the Generalized Kaczmarz Solver demonstrates how to customize the
BasicLoggerargument for aKaczmarzsolver.
- Configuring a Basic Logger for the Generalized Kaczmarz Solver demonstrates how to customize the
Solving a Least Squares Problem demonstrates how to approximately solve $\min_{x}\|Ax - b\|_2^2$.