Interface for device projection.
More...
|
subroutine, public | device_proj_on (alpha_d, b_d, x_d_d, b_d_d, mult_d, xbar_d, j, n) |
|
subroutine, public | device_project_ortho (alpha_d, b_d, x_d_d, b_d_d, w_d, xm_d, j, n, nrm) |
|
◆ device_proj_on()
subroutine, public device_projection::device_proj_on |
( |
type(c_ptr), value |
alpha_d, |
|
|
type(c_ptr), value |
b_d, |
|
|
type(c_ptr), value |
x_d_d, |
|
|
type(c_ptr), value |
b_d_d, |
|
|
type(c_ptr), value |
mult_d, |
|
|
type(c_ptr), value |
xbar_d, |
|
|
integer(c_int) |
j, |
|
|
integer(c_int) |
n |
|
) |
| |
◆ device_project_ortho()
subroutine, public device_projection::device_project_ortho |
( |
type(c_ptr), value |
alpha_d, |
|
|
type(c_ptr), value |
b_d, |
|
|
type(c_ptr), value |
x_d_d, |
|
|
type(c_ptr), value |
b_d_d, |
|
|
type(c_ptr), value |
w_d, |
|
|
type(c_ptr), value |
xm_d, |
|
|
integer(c_int) |
j, |
|
|
integer(c_int) |
n, |
|
|
real(c_rp) |
nrm |
|
) |
| |