Home
last modified time | relevance | path

Searched defs:mtx_colm (Results 1 – 1 of 1) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_ITAI.f5 subroutine mtx_colm(a_colm,a_rowp, subroutine
8 integer,intent(in) :: m,l,n
9 integer,intent(in) :: a_colm(m+1),b_colm(l+1)
10 integer,intent(inout) :: c_colm(m+1)
34 end subroutine!mtx_colm argument