GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-convn.h File Reference
#include "octave-config.h"
#include "mx-fwd.h"
#include <cstdlib>
#include "dMatrix.h"
#include "dNDArray.h"
#include "CMatrix.h"
#include "CNDArray.h"
#include "fMatrix.h"
#include "fNDArray.h"
#include "fCMatrix.h"
#include "fCNDArray.h"

Go to the source code of this file.

Enumerations

enum  convn_type {
  convn_full , convn_same , convn_valid , convn_full ,
  convn_same , convn_valid
}
 
enum  convn_type {
  convn_full , convn_same , convn_valid , convn_full ,
  convn_same , convn_valid
}
 

Functions

convn_type convert_enum (::convn_type ct)
 
ComplexMatrix convn (const ComplexMatrix &a, const ColumnVector &c, const RowVector &r, convn_type ct)
 
ComplexMatrix convn (const ComplexMatrix &a, const ComplexColumnVector &c, const ComplexRowVector &r, convn_type ct)
 
ComplexMatrix convn (const ComplexMatrix &a, const ComplexMatrix &b, convn_type ct)
 
ComplexMatrix convn (const ComplexMatrix &a, const Matrix &b, convn_type ct)
 
ComplexNDArray convn (const ComplexNDArray &a, const ComplexNDArray &b, convn_type ct)
 
ComplexNDArray convn (const ComplexNDArray &a, const NDArray &b, convn_type ct)
 
FloatComplexMatrix convn (const FloatComplexMatrix &a, const FloatColumnVector &c, const FloatRowVector &r, convn_type ct)
 
FloatComplexMatrix convn (const FloatComplexMatrix &a, const FloatComplexColumnVector &c, const FloatComplexRowVector &r, convn_type ct)
 
FloatComplexMatrix convn (const FloatComplexMatrix &a, const FloatComplexMatrix &b, convn_type ct)
 
FloatComplexMatrix convn (const FloatComplexMatrix &a, const FloatMatrix &b, convn_type ct)
 
FloatComplexNDArray convn (const FloatComplexNDArray &a, const FloatComplexNDArray &b, convn_type ct)
 
FloatComplexNDArray convn (const FloatComplexNDArray &a, const FloatNDArray &b, convn_type ct)
 
FloatMatrix convn (const FloatMatrix &a, const FloatColumnVector &c, const FloatRowVector &r, convn_type ct)
 
FloatMatrix convn (const FloatMatrix &a, const FloatMatrix &b, convn_type ct)
 
FloatNDArray convn (const FloatNDArray &a, const FloatNDArray &b, convn_type ct)
 
Matrix convn (const Matrix &a, const ColumnVector &c, const RowVector &r, convn_type ct)
 
Matrix convn (const Matrix &a, const Matrix &b, convn_type ct)
 
NDArray convn (const NDArray &a, const NDArray &b, convn_type ct)
 

Enumeration Type Documentation

◆ convn_type [1/2]

enum convn_type
Enumerator
convn_full 
convn_same 
convn_valid 
convn_full 
convn_same 
convn_valid 

Definition at line 51 of file oct-convn.h.

◆ convn_type [2/2]

enum convn_type
Enumerator
convn_full 
convn_same 
convn_valid 
convn_full 
convn_same 
convn_valid 

Definition at line 60 of file oct-convn.h.

Function Documentation

◆ convert_enum()

convn_type convert_enum ( ::convn_type  ct)

Definition at line 141 of file oct-convn.h.

References convn_full, convn_same, and convn_valid.

◆ convn() [1/18]

ComplexMatrix convn ( const ComplexMatrix a,
const ColumnVector c,
const RowVector r,
convn_type  ct 
)

Definition at line 218 of file oct-convn.cc.

◆ convn() [2/18]

ComplexMatrix convn ( const ComplexMatrix a,
const ComplexColumnVector c,
const ComplexRowVector r,
convn_type  ct 
)

Definition at line 219 of file oct-convn.cc.

◆ convn() [3/18]

ComplexMatrix convn ( const ComplexMatrix a,
const ComplexMatrix b,
convn_type  ct 
)

Definition at line 219 of file oct-convn.cc.

◆ convn() [4/18]

ComplexMatrix convn ( const ComplexMatrix a,
const Matrix b,
convn_type  ct 
)

Definition at line 218 of file oct-convn.cc.

◆ convn() [5/18]

ComplexNDArray convn ( const ComplexNDArray a,
const ComplexNDArray b,
convn_type  ct 
)

Definition at line 219 of file oct-convn.cc.

◆ convn() [6/18]

ComplexNDArray convn ( const ComplexNDArray a,
const NDArray b,
convn_type  ct 
)

Definition at line 218 of file oct-convn.cc.

◆ convn() [7/18]

FloatComplexMatrix convn ( const FloatComplexMatrix a,
const FloatColumnVector c,
const FloatRowVector r,
convn_type  ct 
)

Definition at line 221 of file oct-convn.cc.

◆ convn() [8/18]

FloatComplexMatrix convn ( const FloatComplexMatrix a,
const FloatComplexColumnVector c,
const FloatComplexRowVector r,
convn_type  ct 
)

Definition at line 222 of file oct-convn.cc.

◆ convn() [9/18]

FloatComplexMatrix convn ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
convn_type  ct 
)

Definition at line 222 of file oct-convn.cc.

◆ convn() [10/18]

FloatComplexMatrix convn ( const FloatComplexMatrix a,
const FloatMatrix b,
convn_type  ct 
)

Definition at line 221 of file oct-convn.cc.

◆ convn() [11/18]

FloatComplexNDArray convn ( const FloatComplexNDArray a,
const FloatComplexNDArray b,
convn_type  ct 
)

Definition at line 222 of file oct-convn.cc.

◆ convn() [12/18]

FloatComplexNDArray convn ( const FloatComplexNDArray a,
const FloatNDArray b,
convn_type  ct 
)

Definition at line 221 of file oct-convn.cc.

◆ convn() [13/18]

FloatMatrix convn ( const FloatMatrix a,
const FloatColumnVector c,
const FloatRowVector r,
convn_type  ct 
)

Definition at line 220 of file oct-convn.cc.

◆ convn() [14/18]

FloatMatrix convn ( const FloatMatrix a,
const FloatMatrix b,
convn_type  ct 
)

Definition at line 220 of file oct-convn.cc.

◆ convn() [15/18]

FloatNDArray convn ( const FloatNDArray a,
const FloatNDArray b,
convn_type  ct 
)

Definition at line 220 of file oct-convn.cc.

◆ convn() [16/18]

Matrix convn ( const Matrix a,
const ColumnVector c,
const RowVector r,
convn_type  ct 
)

Definition at line 217 of file oct-convn.cc.

◆ convn() [17/18]

Matrix convn ( const Matrix a,
const Matrix b,
convn_type  ct 
)

Definition at line 217 of file oct-convn.cc.

◆ convn() [18/18]

NDArray convn ( const NDArray a,
const NDArray b,
convn_type  ct 
)

Definition at line 217 of file oct-convn.cc.

Referenced by Fconv2(), and Fconvn().