GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
conv2.cc File Reference
#include "oct-convn.h"
#include "defun.h"
#include "error.h"
#include "ovl.h"
#include "utils.h"

Go to the source code of this file.

Enumerations

enum  Shape { SHAPE_FULL , SHAPE_SAME , SHAPE_VALID }
 

Functions

octave_value_list Fconv2 (const octave_value_list &args, int)
 
octave_value_list Fconvn (const octave_value_list &args, int)
 

Enumeration Type Documentation

◆ Shape

enum Shape
Enumerator
SHAPE_FULL 
SHAPE_SAME 
SHAPE_VALID 

Definition at line 39 of file conv2.cc.

Function Documentation

◆ Fconv2()

octave_value_list Fconv2 ( const octave_value_list args,
int   
)

Definition at line 69 of file conv2.cc.

References convn(), convn_full, convn_same, convn_valid, error(), print_usage(), and v2.

◆ Fconvn()

octave_value_list Fconvn ( const octave_value_list args,
int   
)

Definition at line 337 of file conv2.cc.

References convn(), convn_full, convn_same, convn_valid, error(), and print_usage().