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

Go to the source code of this file.

Functions/Subroutines

subroutine cconv2i (ma, na, a, mb, nb, b, c)
 
subroutine cconv2o (ma, na, a, mb, nb, b, c)
 

Function/Subroutine Documentation

◆ cconv2i()

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

Definition at line 51 of file cconv2.f.

◆ cconv2o()

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

Definition at line 22 of file cconv2.f.