#include "MArray2.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "oct-cmplx.h"
#include "DET.h"
Go to the source code of this file.
#define octave_FloatComplexMatrix_h 1 |
OCTAVE_API FloatComplexMatrix conj | ( | const FloatComplexMatrix & | a | ) |
OCTAVE_API FloatComplexMatrix Givens | ( | const FloatComplex & | , | |
const FloatComplex & | ||||
) |
OCTAVE_API FloatComplexMatrix linspace | ( | const FloatComplexColumnVector & | x1, | |
const FloatComplexColumnVector & | x2, | |||
octave_idx_type | n | |||
) |
OCTAVE_API FloatComplexMatrix max | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b | |||
) |
OCTAVE_API FloatComplexMatrix max | ( | const FloatComplexMatrix & | m, | |
const FloatComplex & | c | |||
) |
OCTAVE_API FloatComplexMatrix max | ( | const FloatComplex & | c, | |
const FloatComplexMatrix & | m | |||
) |
OCTAVE_API FloatComplexMatrix min | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b | |||
) |
OCTAVE_API FloatComplexMatrix min | ( | const FloatComplexMatrix & | m, | |
const FloatComplex & | c | |||
) |
OCTAVE_API FloatComplexMatrix min | ( | const FloatComplex & | c, | |
const FloatComplexMatrix & | m | |||
) |
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexMatrix & | , | |
const FloatComplexMatrix & | ||||
) |
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexMatrix & | , | |
const FloatMatrix & | ||||
) |
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatMatrix & | , | |
const FloatComplexMatrix & | ||||
) |
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexColumnVector & | a, | |
const FloatComplexRowVector & | b | |||
) |
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexColumnVector & | a, | |
const FloatRowVector & | b | |||
) |
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatColumnVector & | a, | |
const FloatComplexRowVector & | b | |||
) |
OCTAVE_API FloatComplexMatrix Sylvester | ( | const FloatComplexMatrix & | , | |
const FloatComplexMatrix & | , | |||
const FloatComplexMatrix & | ||||
) |
OCTAVE_API FloatComplexMatrix xgemm | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b, | |||
blas_trans_type | transa = blas_no_trans , |
|||
blas_trans_type | transb = blas_no_trans | |||
) |