@@ -498,6 +498,7 @@ The outer constructors
498
498
499
499
may be used in order to create these vectors.
500
500
`memory` is set to `n` if the value given is larger than `n`.
501
+ `memory` is an optional argument in the second constructor.
501
502
"""
502
503
mutable struct DqgmresSolver{T,FC,S} <: KrylovSolver{T,FC,S}
503
504
m :: Int
@@ -551,6 +552,7 @@ The outer constructors
551
552
552
553
may be used in order to create these vectors.
553
554
`memory` is set to `n` if the value given is larger than `n`.
555
+ `memory` is an optional argument in the second constructor.
554
556
"""
555
557
mutable struct DiomSolver{T,FC,S} <: KrylovSolver{T,FC,S}
556
558
m :: Int
@@ -1692,6 +1694,7 @@ The outer constructors
1692
1694
1693
1695
may be used in order to create these vectors.
1694
1696
`memory` is set to `n` if the value given is larger than `n`.
1697
+ `memory` is an optional argument in the second constructor.
1695
1698
"""
1696
1699
mutable struct GmresSolver{T,FC,S} <: KrylovSolver{T,FC,S}
1697
1700
m :: Int
@@ -1746,6 +1749,7 @@ The outer constructors
1746
1749
1747
1750
may be used in order to create these vectors.
1748
1751
`memory` is set to `n` if the value given is larger than `n`.
1752
+ `memory` is an optional argument in the second constructor.
1749
1753
"""
1750
1754
mutable struct FgmresSolver{T,FC,S} <: KrylovSolver{T,FC,S}
1751
1755
m :: Int
@@ -1800,6 +1804,7 @@ The outer constructors
1800
1804
1801
1805
may be used in order to create these vectors.
1802
1806
`memory` is set to `n` if the value given is larger than `n`.
1807
+ `memory` is an optional argument in the second constructor.
1803
1808
"""
1804
1809
mutable struct FomSolver{T,FC,S} <: KrylovSolver{T,FC,S}
1805
1810
m :: Int
@@ -1851,6 +1856,7 @@ The outer constructors
1851
1856
1852
1857
may be used in order to create these vectors.
1853
1858
`memory` is set to `n + m` if the value given is larger than `n + m`.
1859
+ `memory` is an optional argument in the second constructor.
1854
1860
"""
1855
1861
mutable struct GpmrSolver{T,FC,S} <: KrylovSolver{T,FC,S}
1856
1862
m :: Int
0 commit comments