GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
zconv2.f File Reference

Go to the source code of this file.

Functions

subroutine zconv2i (ma, na, a, mb, nb, b, c)
subroutine zconv2o (ma, na, a, mb, nb, b, c)

Function Documentation

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

Definition at line 50 of file zconv2.f.

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

Definition at line 21 of file zconv2.f.