Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BiCGstab

Index

Type aliases

Constructors

Properties

Methods

Type aliases

Static MatrixMult

MatrixMult: UnaryFunction<Real[], Real[]>

Constructors

constructor

Properties

Protected _A

Protected _M

Protected _maxIter

_maxIter: Size

Protected _relTol

_relTol: Real

Methods

norm2

  • deprecated use Norm2(a)

    Parameters

    Returns Real

solve

  • Parameters

    • b: Real[]
    • Default value x0: Real[] = []

    Returns BiCGStabResult