Skip to content

Commit

Permalink
RLST
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jul 16, 2024
1 parent dc39de4 commit 5b4ab50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ this at https://www.rust-lang.org/tools/install.
<h2 style='margin-bottom:0px'>RLST: Matrices and linear algebra in Rust</h2>
<h3 style='margin-top:0px'>Timo Betcke</h3>

Over the last year we have developed RLST, the Rust Linear Solver Toolbox. It contains a number of data-structures, algorithms, and interfaces
to external solvers to support the discretisation and solution of partial differential equations in Rust.

In this tutorial, we will learn how to use many of the features of RLST

<h2 style='margin-bottom:0px'>Symbolica: Symbolic algebra in Rust</h2>
<h3 style='margin-top:0px'>Ben Ruijl</h3>

Expand Down

0 comments on commit 5b4ab50

Please sign in to comment.