Skip to content

Commit

Permalink
Update docstring explaining direct inversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda authored Jan 17, 2024
1 parent bda8ede commit 06dcf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iterative_ensemble_smoother/sies.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
* `direct`:
Solve Eqn (42) directly, which involves inverting a
matrix of shape (num_parameters, num_parameters).
matrix of shape (num_observations, num_observations).
* `subspace_exact` :
Solve Eqn (42) using Eqn (50), i.e., the Woodbury
lemma to invert a matrix of size (ensemble_size, ensemble_size).
Expand Down

0 comments on commit 06dcf93

Please sign in to comment.