![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
| subroutine | csconv2i (ma, na, a, mb, nb, b, c) |
| subroutine | csconv2o (ma, na, a, mb, nb, b, c) |
| 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 | ||
| ) |
1.8.1.2