Skip to content

Commit 3cdc2c6

Browse files
StefanKarpinskitkelman
authored andcommitted
docs: fix another broken RST table
(cherry picked from commit 2eb5a50)
1 parent d3536a3 commit 3cdc2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/linalg/arnoldi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following keyword arguments are supported:
8888
8989
=============== ================================== ==================================
9090
``sigma`` iteration mode ``which`` refers to the problem
91-
--------------- ---------------------------------- ----------------------------------
91+
=============== ================================== ==================================
9292
``nothing`` ordinary (forward) :math:`Av = Bv\lambda`
9393
real or complex inverse with level shift ``sigma`` :math:`(A - \sigma B )^{-1}B = v\nu`
9494
=============== ================================== ==================================

doc/stdlib/linalg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ Linear algebra functions in Julia are largely implemented by calling functions f
999999

10001000
=============== ================================== ==================================
10011001
``sigma`` iteration mode ``which`` refers to the problem
1002-
--------------- ---------------------------------- ----------------------------------
1002+
=============== ================================== ==================================
10031003
``nothing`` ordinary (forward) :math:`Av = Bv\lambda`
10041004
real or complex inverse with level shift ``sigma`` :math:`(A - \sigma B )^{-1}B = v\nu`
10051005
=============== ================================== ==================================

0 commit comments

Comments
 (0)