GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sconv2.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ sconv2i()

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 51 of file sconv2.f.

◆ sconv2o()

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 22 of file sconv2.f.