mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Documentation for Spinors
This commit is contained in:
parent
f7f28b91c8
commit
5bd1aadfd0
7 changed files with 129 additions and 42 deletions
|
@ -29,7 +29,7 @@ end
|
|||
|
||||
|
||||
"""
|
||||
function CG!
|
||||
function CG!(si, U, A, dpar::DiracParam, lp::SpaceParm, dws::DiracWorkspace{T}, maxiter::Int64 = 10, tol=1.0)
|
||||
|
||||
Solves the linear equation `Ax = si`
|
||||
"""
|
||||
|
@ -75,4 +75,4 @@ function CG!(si, U, A, dpar::DiracParam, lp::SpaceParm, dws::DiracWorkspace{T},
|
|||
end
|
||||
|
||||
return niter
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue