Skip to content

Add LU solver documentation #890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
794e15e
add basic lu solver documentation
mgovers Feb 7, 2025
7bfbbe9
add algorithms to index
mgovers Feb 10, 2025
64a57df
add a lot of LU solver documentation
mgovers Feb 11, 2025
c213c98
add backward error calculation documentation
mgovers Feb 12, 2025
3a83315
fix typos + improve
mgovers Feb 12, 2025
3db4a60
document mathematics of dense LU factorization
mgovers Feb 13, 2025
c0150a3
document remainder of LU solver
mgovers Feb 13, 2025
5b8a85e
minor improvements
mgovers Feb 14, 2025
67f19d4
Merge branch 'main' into feature/lu-solver-documentation
mgovers Feb 14, 2025
7907519
minor improvements
mgovers Feb 14, 2025
f2551a8
migrate vect and hat to boldsymbol and mathbb conventions
mgovers Feb 14, 2025
440366e
resolve some comments
mgovers Feb 17, 2025
429c4ff
document partial solve
mgovers Feb 27, 2025
2d82311
add extended summary partial block sparse decomposition
mgovers Feb 27, 2025
8875d18
add some previous iteration steps where it matters
mgovers Feb 27, 2025
f70bfc6
Merge branch 'main' into feature/lu-solver-documentation
mgovers Feb 27, 2025
1da7d0c
Merge remote-tracking branch 'origin/main' into feature/lu-solver-doc…
mgovers Mar 6, 2025
a4281a4
resolve most of the comments
mgovers Mar 6, 2025
f0881f3
resolve more
mgovers Mar 6, 2025
09fb989
more resolved - will continue tomorrow morning
mgovers Mar 6, 2025
f694366
resolve more
mgovers Mar 7, 2025
8e3bc5d
resolve more comments
mgovers Mar 7, 2025
252028f
resolve more comments
mgovers Mar 7, 2025
1cad465
resolve more comments
mgovers Mar 7, 2025
c6e80d2
process more comments
mgovers Mar 10, 2025
7754cb9
process more review comments
mgovers Mar 13, 2025
57ca03b
more resolving comments
mgovers Mar 17, 2025
c6fff90
Merge branch 'main' into feature/lu-solver-documentation
mgovers Mar 17, 2025
ff4e9b1
Merge branch 'main' into feature/lu-solver-documentation
mgovers Mar 18, 2025
1246515
resolve remainder of comments
mgovers Mar 19, 2025
4286a5e
mathbb -> mathbf
mgovers Mar 19, 2025
cf6aebc
Merge branch 'main' into feature/lu-solver-documentation
mgovers Mar 20, 2025
fb129b8
make algorithms its own docs section
mgovers Mar 20, 2025
d58b145
typo
mgovers Mar 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/advanced_documentation/algorithms/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!--
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>

SPDX-License-Identifier: MPL-2.0
-->

# Algorithms

```{toctree}
self
lu-solver
```
Loading
Loading