#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 } |
| 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.
| 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.
| convn_type convert_enum | ( | ::convn_type | ct | ) |
Definition at line 141 of file oct-convn.h.
References convn_full, convn_same, and convn_valid.
| OCTAVE_API ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const ColumnVector & | c, | ||
| const RowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 218 of file oct-convn.cc.
| OCTAVE_API ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const ComplexColumnVector & | c, | ||
| const ComplexRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 219 of file oct-convn.cc.
| OCTAVE_API ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 219 of file oct-convn.cc.
| OCTAVE_API ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const Matrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 218 of file oct-convn.cc.
| OCTAVE_API ComplexNDArray convn | ( | const ComplexNDArray & | a, |
| const ComplexNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 219 of file oct-convn.cc.
| OCTAVE_API ComplexNDArray convn | ( | const ComplexNDArray & | a, |
| const NDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 218 of file oct-convn.cc.
| OCTAVE_API FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatColumnVector & | c, | ||
| const FloatRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 221 of file oct-convn.cc.
| OCTAVE_API FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatComplexColumnVector & | c, | ||
| const FloatComplexRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 222 of file oct-convn.cc.
| OCTAVE_API FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 222 of file oct-convn.cc.
| OCTAVE_API FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 221 of file oct-convn.cc.
| OCTAVE_API FloatComplexNDArray convn | ( | const FloatComplexNDArray & | a, |
| const FloatComplexNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 222 of file oct-convn.cc.
| OCTAVE_API FloatComplexNDArray convn | ( | const FloatComplexNDArray & | a, |
| const FloatNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 221 of file oct-convn.cc.
| OCTAVE_API FloatMatrix convn | ( | const FloatMatrix & | a, |
| const FloatColumnVector & | c, | ||
| const FloatRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 220 of file oct-convn.cc.
| OCTAVE_API FloatMatrix convn | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 220 of file oct-convn.cc.
| OCTAVE_API FloatNDArray convn | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 220 of file oct-convn.cc.
| OCTAVE_API Matrix convn | ( | const Matrix & | a, |
| const ColumnVector & | c, | ||
| const RowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 217 of file oct-convn.cc.
| OCTAVE_API Matrix convn | ( | const Matrix & | a, |
| const Matrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 217 of file oct-convn.cc.
| OCTAVE_API NDArray convn | ( | const NDArray & | a, |
| const NDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 217 of file oct-convn.cc.