GNU Octave  6.2.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 "CColVector.h"
#include "CMatrix.h"
#include "CNDArray.h"
#include "CRowVector.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "dNDArray.h"
#include "dRowVector.h"
#include "fCColVector.h"
#include "fCMatrix.h"
#include "fCNDArray.h"
#include "fCRowVector.h"
#include "fColVector.h"
#include "fMatrix.h"
#include "fNDArray.h"
#include "fRowVector.h"
Include dependency graph for oct-convn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CONV_DECLS(TPREF, RPREF)
 

Enumerations

enum  convn_type { convn_full , convn_same , convn_valid }
 

Functions

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

Macro Definition Documentation

◆ CONV_DECLS

#define CONV_DECLS (   TPREF,
  RPREF 
)
Value:
extern OCTAVE_API TPREF ## NDArray \
convn (const TPREF ## NDArray& a, const RPREF ## NDArray& b, \
convn_type ct); \
extern OCTAVE_API TPREF ## Matrix \
convn (const TPREF ## Matrix& a, const RPREF ## Matrix& b, \
convn_type ct); \
extern OCTAVE_API TPREF ## Matrix \
convn (const TPREF ## Matrix& a, const RPREF ## ColumnVector& c, \
const RPREF ## RowVector& r, convn_type ct)
Definition: dMatrix.h:42
T * r
Definition: mx-inlines.cc:773
OCTAVE_API NDArray convn(const NDArray &a, const NDArray &b, convn_type ct)
Definition: oct-convn.cc:199
convn_type
Definition: oct-convn.h:49

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

Enumeration Type Documentation

◆ convn_type

enum convn_type
Enumerator
convn_full 
convn_same 
convn_valid 

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

Function Documentation

◆ convn() [1/18]

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

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

◆ convn() [2/18]

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

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

◆ convn() [3/18]

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

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

◆ convn() [4/18]

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

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

◆ convn() [5/18]

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

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

◆ convn() [6/18]

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

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

◆ convn() [7/18]

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

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

◆ convn() [8/18]

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

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

◆ convn() [9/18]

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

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

◆ convn() [10/18]

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

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

◆ convn() [11/18]

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

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

◆ convn() [12/18]

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

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

◆ convn() [13/18]

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

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

◆ convn() [14/18]

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

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

◆ convn() [15/18]

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

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

◆ convn() [16/18]

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

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

◆ convn() [17/18]

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

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

◆ convn() [18/18]

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

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

Referenced by Fconv2(), and Fconvn().