GramSchmidt Subroutine

public subroutine GramSchmidt(mat_v, m, n, mat_v_out)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: mat_v(1:m,1:n)
integer, intent(in) :: m
integer, intent(in) :: n
real(kind=real64), intent(inout) :: mat_v_out(1:m,1:n)