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