Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 546 Bytes

linear_solver_routines.md

File metadata and controls

47 lines (29 loc) · 546 Bytes

Linear Subsolvers

Pages=["linear_solver_routines.md"]

Abstract Types

LinSysSolveRoutine

LinSysVecRowProjection

LinSysVecColProjection

LinSysBlkRowProjection

LinSysBlkColProjection

LinSysPreconKrylov

Vector Row Solvers

LinSysVecRowProjStd

LinSysVecRowProjPO

LinSysVecRowProjFO

Vector Column Solvers

LinSysVecColProjStd

LinSysVecColProjPO

LinSysVecColProjFO

Subsolver Function

RLinearAlgebra.rsubsolve!(::Nothing,::AbstractVector,::Tuple,::Int64)