#include <algorithm>#include "Array-oct.h"#include "CColVector.h"#include "CMatrix.h"#include "CNDArray.h"#include "CRowVector.h"#include "MArray.h"#include "blas-proto.h"#include "dColVector.h"#include "dMatrix.h"#include "dNDArray.h"#include "dRowVector.h"#include "f77-fcn.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 "oct-convn.h"Go to the source code of this file.
Macros | |
| #define | CONV_DEFS(TPREF, RPREF) |
| #define CONV_DEFS | ( | TPREF, | |
| RPREF | |||
| ) |
Definition at line 264 of file oct-convn.cc.
| ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const ColumnVector & | c, | ||
| const RowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 285 of file oct-convn.cc.
| ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const ComplexColumnVector & | c, | ||
| const ComplexRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 286 of file oct-convn.cc.
| ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 286 of file oct-convn.cc.
| ComplexMatrix convn | ( | const ComplexMatrix & | a, |
| const Matrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 285 of file oct-convn.cc.
| ComplexNDArray convn | ( | const ComplexNDArray & | a, |
| const ComplexNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 286 of file oct-convn.cc.
| ComplexNDArray convn | ( | const ComplexNDArray & | a, |
| const NDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 285 of file oct-convn.cc.
| FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatColumnVector & | c, | ||
| const FloatRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 288 of file oct-convn.cc.
| FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatComplexColumnVector & | c, | ||
| const FloatComplexRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 289 of file oct-convn.cc.
| FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 289 of file oct-convn.cc.
| FloatComplexMatrix convn | ( | const FloatComplexMatrix & | a, |
| const FloatMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 288 of file oct-convn.cc.
| FloatComplexNDArray convn | ( | const FloatComplexNDArray & | a, |
| const FloatComplexNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 289 of file oct-convn.cc.
| FloatComplexNDArray convn | ( | const FloatComplexNDArray & | a, |
| const FloatNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 288 of file oct-convn.cc.
| FloatMatrix convn | ( | const FloatMatrix & | a, |
| const FloatColumnVector & | c, | ||
| const FloatRowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 287 of file oct-convn.cc.
| FloatMatrix convn | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 287 of file oct-convn.cc.
| FloatNDArray convn | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 287 of file oct-convn.cc.
| Matrix convn | ( | const Matrix & | a, |
| const ColumnVector & | c, | ||
| const RowVector & | r, | ||
| convn_type | ct | ||
| ) |
Definition at line 284 of file oct-convn.cc.
| Matrix convn | ( | const Matrix & | a, |
| const Matrix & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 284 of file oct-convn.cc.
| NDArray convn | ( | const NDArray & | a, |
| const NDArray & | b, | ||
| convn_type | ct | ||
| ) |
Definition at line 284 of file oct-convn.cc.
| void convolve_nd | ( | const T * | a, |
| const dim_vector & | ad, | ||
| const dim_vector & | acd, | ||
| const R * | b, | ||
| const dim_vector & | bd, | ||
| const dim_vector & | bcd, | ||
| T * | c, | ||
| const dim_vector & | ccd, | ||
| int | nd, | ||
| bool | inner | ||
| ) |
Definition at line 135 of file oct-convn.cc.