LSMR
Source Files
Modules
Procedures
Abstract Interfaces
Aprod2_f
Interface
16 statements
Source File
lsmrModule.f90
lsmrModule
Aprod2_f
Contents
None
interface
private subroutine Aprod2_f(m, n, x, y)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ip),
intent(in)
::
m
integer(kind=ip),
intent(in)
::
n
real(kind=dp),
intent(inout)
::
x
(n)
real(kind=dp),
intent(in)
::
y
(m)
Description
x := x + A'*y