|
real(sp) function | linear_algebra::arr_dotproduct1_sp (x, global_opt) |
|
real(sp) function | linear_algebra::arr_dotproduct2_sp (x, y, global_opt) |
| Array-wise dotproduct for two different matrices.
|
|
real(sp) function | linear_algebra::arr_norm_2_sp (x, global_opt) |
|
real(sp) function | linear_algebra::global_sum_sp (summand, comm_opt) |
|
real(sp) function | linear_algebra::calc_abs_res_sp (a, b, x, ext_x, global_opt) |
|
real(sp) function | linear_algebra::calc_rel_res_sp (a, b, x, ext_x, global_opt, x0_opt) |
|
real(dp) function | linear_algebra::arr_dotproduct1_dp (x, global_opt) |
|
real(dp) function | linear_algebra::arr_dotproduct2_dp (x, y, global_opt) |
| Array-wise dotproduct for two different matrices.
|
|
real(dp) function | linear_algebra::arr_norm_2_dp (x, global_opt) |
|
real(dp) function | linear_algebra::global_sum_dp (summand, comm_opt) |
|
real(dp) function | linear_algebra::calc_abs_res_dp (a, b, x, ext_x, global_opt) |
|
real(dp) function | linear_algebra::calc_rel_res_dp (a, b, x, ext_x, global_opt, x0_opt) |
|