Search
Preparing search index...
The search index is not available
quantlib.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"ql/math/matrixutilities/bicgstab"
BiCGstab
Class BiCGstab
Hierarchy
BiCGstab
Index
Type aliases
Matrix
Mult
Constructors
constructor
Properties
_A
_M
_max
Iter
_rel
Tol
Methods
norm2
solve
Type aliases
Static
Matrix
Mult
Matrix
Mult
:
UnaryFunction
<
Real
[]
,
Real
[]
>
Constructors
constructor
new
BiCGstab
(
A
:
MatrixMult
, maxIter
:
Size
, relTol
:
Real
, preConditioner
?:
MatrixMult
)
:
BiCGstab
Parameters
A:
MatrixMult
maxIter:
Size
relTol:
Real
Default value
preConditioner:
MatrixMult
= null
Returns
BiCGstab
Properties
Protected
_A
_A
:
MatrixMult
Protected
_M
_M
:
MatrixMult
Protected
_max
Iter
_max
Iter
:
Size
Protected
_rel
Tol
_rel
Tol
:
Real
Methods
norm2
norm2
(
a
:
Real
[]
)
:
Real
deprecated use Norm2(a)
Parameters
a:
Real
[]
Returns
Real
solve
solve
(
b
:
Real
[]
, x0
?:
Real
[]
)
:
BiCGStabResult
Parameters
b:
Real
[]
Default value
x0:
Real
[]
= []
Returns
BiCGStabResult
Globals
"ql/math/matrixutilities/bicgstab"
BiCGStab
Result
BiCGstab
Matrix
Mult
constructor
_A
_M
_max
Iter
_rel
Tol
norm2
solve
deprecated use Norm2(a)