repeated_square Function

public function repeated_square(m, A, nrepeat, i_matrix_pattern)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: m
real(kind=jprb), intent(inout) :: A(m,m)
integer, intent(in) :: nrepeat
integer, intent(in), optional :: i_matrix_pattern

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


Called by

proc~~repeated_square~2~~CalledByGraph proc~repeated_square~2 repeated_square proc~expm~2 expm proc~expm~2->proc~repeated_square~2

Contents