Functions

sconv2.f File Reference

Go to the source code of this file.

Functions

subroutine sconv2i (ma, na, a, mb, nb, b, c)
subroutine sconv2o (ma, na, a, mb, nb, b, c)

Function Documentation

subroutine sconv2i ( integer  ma,
integer  na,
real,dimension(ma,na)  a,
integer  mb,
integer  nb,
real,dimension(mb,nb)  b,
real,dimension(ma-mb+1,na-nb+1)  c 
)

Definition at line 50 of file sconv2.f.

subroutine sconv2o ( integer  ma,
integer  na,
real,dimension(ma,na)  a,
integer  mb,
integer  nb,
real,dimension(mb,nb)  b,
real,dimension(ma+mb-1,na+nb-1)  c 
)

Definition at line 21 of file sconv2.f.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines