Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olemke committed Jan 9, 2025
1 parent 67ef9c1 commit 106290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/arts/develop.matpack.band_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is actually banded to use this type.

It is implemented in the class ``band_matrix`` in the ``matpack`` namespace. The
implementation is just a wrap of ``Matrix`` with special item access.
The only operation it supports is solving :mat:`\mathrm{A}\vec{x} = \vec{b}` for :math:`\vec{x}`,
The only operation it supports is solving :math:`\mathrm{A}\vec{x} = \vec{b}` for :math:`\vec{x}`,
where :math:`\mathrm{A}` is a band matrix and :math:`\vec{b}` is a vector.
It implements this solution by wrapping LAPACK's ``dgbsv``.
Please see its documentation for more details on the layout of the band matrix.
Expand Down

0 comments on commit 106290f

Please sign in to comment.