GNU Octave  4.2.1
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/Subroutines
dconv2.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dconv2i (ma, na, a, mb, nb, b, c)
 
subroutine dconv2o (ma, na, a, mb, nb, b, c)
 

Function/Subroutine Documentation

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

Definition at line 50 of file dconv2.f.

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

Definition at line 21 of file dconv2.f.