identity_minus_mat_x_mat Function

public function identity_minus_mat_x_mat(n, iend, m, A, B, i_matrix_pattern)

Uses

  • proc~~identity_minus_mat_x_mat~2~~UsesGraph proc~identity_minus_mat_x_mat~2 identity_minus_mat_x_mat module~yomhook yomhook proc~identity_minus_mat_x_mat~2->module~yomhook

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
integer, intent(in) :: iend
integer, intent(in) :: m
real(kind=jprb), intent(in), dimension(:,:,:) :: A
real(kind=jprb), intent(in), dimension(:,:,:) :: B
integer, intent(in), optional :: i_matrix_pattern

Return Value real(kind=jprb), dimension(iend,m,m)


Calls

proc~~identity_minus_mat_x_mat~2~~CallsGraph proc~identity_minus_mat_x_mat~2 identity_minus_mat_x_mat proc~dr_hook dr_hook proc~identity_minus_mat_x_mat~2->proc~dr_hook proc~mat_x_mat~2 mat_x_mat proc~identity_minus_mat_x_mat~2->proc~mat_x_mat~2 proc~mat_x_mat~2->proc~dr_hook

Contents