![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-convn.h"#include "defun.h"#include "error.h"#include "oct-obj.h"#include "utils.h"
Go to the source code of this file.
Enumerations | |
| enum | Shape { SHAPE_FULL, SHAPE_SAME, SHAPE_VALID } |
Functions | |
| OCTAVE_EXPORT octave_value_list | Fconv2 (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list | Fconvn (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list Fconv2 | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 64 of file conv2.cc.
References convn(), convn_full, convn_same, convn_valid, error(), octave_value::length(), print_usage(), octave_value::string_value(), v1, and v2.
| OCTAVE_EXPORT octave_value_list Fconvn | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 316 of file conv2.cc.
References octave_value_list::array_value(), convn(), convn_full, convn_same, convn_valid, error(), octave_value::length(), print_usage(), and octave_value::string_value().
1.8.1.2