|
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) |
|