base/serial/psb_cnumbmm.f90
 base/serial/psb_csymbmm.f90
 base/serial/psb_dnumbmm.f90
 base/serial/psb_dsymbmm.f90
 base/serial/psb_snumbmm.f90
 base/serial/psb_ssymbmm.f90
 base/serial/psb_znumbmm.f90
 base/serial/psb_zsymbmm.f90

Comment fixing.
psblas3-type-indexed
Salvatore Filippone 13 years ago
parent 08ca708f7d
commit b0e7e05899

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the numerical product of two sparse matrices. ! Note: This subroutine performs the numerical product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
! !

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the symbolic product of two sparse matrices. ! Note: This subroutine performs the symbolic product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
subroutine psb_csymbmm(a,b,c,info) subroutine psb_csymbmm(a,b,c,info)

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the numerical product of two sparse matrices. ! Note: This subroutine performs the numerical product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
! !

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the symbolic product of two sparse matrices. ! Note: This subroutine performs the symbolic product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
subroutine psb_dsymbmm(a,b,c,info) subroutine psb_dsymbmm(a,b,c,info)

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the numerical product of two sparse matrices. ! Note: This subroutine performs the numerical product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
! !

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the symbolic product of two sparse matrices. ! Note: This subroutine performs the symbolic product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
subroutine psb_ssymbmm(a,b,c,info) subroutine psb_ssymbmm(a,b,c,info)

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the numerical product of two sparse matrices. ! Note: This subroutine performs the numerical product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
! !

@ -36,7 +36,7 @@
! !
! Note: This subroutine performs the symbolic product of two sparse matrices. ! Note: This subroutine performs the symbolic product of two sparse matrices.
! It is modeled after the SMMP package by R. Bank and C. Douglas, but is ! It is modeled after the SMMP package by R. Bank and C. Douglas, but is
! rewritten in Fortran 95 making use of our sparse matrix facilities. ! rewritten in Fortran 95/2003 making use of our sparse matrix facilities.
! !
subroutine psb_zsymbmm(a,b,c,info) subroutine psb_zsymbmm(a,b,c,info)

Loading…
Cancel
Save