Navigation

Operators and Keywords

Function List:

C++ API

csconv2.f File Reference

Functions

subroutine csconv2o (ma, na, a, mb, nb, b, c)
subroutine csconv2i (ma, na, a, mb, nb, b, c)

Function Documentation

subroutine csconv2i ( integer  ma,
integer  na,
complex,dimension(ma,na)  a,
integer  mb,
integer  nb,
real,dimension(mb,nb)  b,
complex,dimension(ma-mb+1,na-nb+1)  c 
)
subroutine csconv2o ( integer  ma,
integer  na,
complex,dimension(ma,na)  a,
integer  mb,
integer  nb,
real,dimension(mb,nb)  b,
complex,dimension(ma+mb-1,na+nb-1)  c 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines