Module matrix_free

Module matrix_free 

Source
Expand description

matrix-free linear operator traits and algorithms

Modules§

bicgstab
biconjugate gradient stabilized method.
conjugate_gradient
conjugate gradient method.
eigen
krylov-schur eigensolvers.
lsmr
least squares minimal residual.

Structs§

IdentityPrecond
identity preconditioner, no-op for most operations

Enums§

InitialGuessStatus
specifies whether the initial guess should be assumed to be zero or not

Traits§

BiLinOp
linear operator that can be applied from either the right or the left side
BiPrecond
preconditioner for a linear system that can bee applied from either the right or the left side
LinOp
linear operator from a finite-dimensional vector space
Precond
preconditioner for a linear system