#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_ComplexMatrix_h 1 |
OCTAVE_API ComplexMatrix conj | ( | const ComplexMatrix & | a | ) |
OCTAVE_API ComplexMatrix Givens | ( | const Complex & | , | |
const Complex & | ||||
) |
OCTAVE_API ComplexMatrix linspace | ( | const ComplexColumnVector & | x1, | |
const ComplexColumnVector & | x2, | |||
octave_idx_type | n | |||
) |
OCTAVE_API ComplexMatrix max | ( | const ComplexMatrix & | a, | |
const ComplexMatrix & | b | |||
) |
OCTAVE_API ComplexMatrix max | ( | const ComplexMatrix & | m, | |
const Complex & | c | |||
) |
OCTAVE_API ComplexMatrix max | ( | const Complex & | c, | |
const ComplexMatrix & | m | |||
) |
OCTAVE_API ComplexMatrix min | ( | const ComplexMatrix & | a, | |
const ComplexMatrix & | b | |||
) |
OCTAVE_API ComplexMatrix min | ( | const ComplexMatrix & | m, | |
const Complex & | c | |||
) |
OCTAVE_API ComplexMatrix min | ( | const Complex & | c, | |
const ComplexMatrix & | m | |||
) |
OCTAVE_API ComplexMatrix operator* | ( | const ComplexMatrix & | , | |
const ComplexMatrix & | ||||
) |
OCTAVE_API ComplexMatrix operator* | ( | const ComplexMatrix & | , | |
const Matrix & | ||||
) |
OCTAVE_API ComplexMatrix operator* | ( | const Matrix & | , | |
const ComplexMatrix & | ||||
) |
OCTAVE_API ComplexMatrix operator* | ( | const ComplexColumnVector & | a, | |
const ComplexRowVector & | b | |||
) |
OCTAVE_API ComplexMatrix operator* | ( | const ComplexColumnVector & | a, | |
const RowVector & | b | |||
) |
OCTAVE_API ComplexMatrix operator* | ( | const ColumnVector & | a, | |
const ComplexRowVector & | b | |||
) |
OCTAVE_API ComplexMatrix Sylvester | ( | const ComplexMatrix & | , | |
const ComplexMatrix & | , | |||
const ComplexMatrix & | ||||
) |
OCTAVE_API ComplexMatrix xgemm | ( | const ComplexMatrix & | a, | |
const ComplexMatrix & | b, | |||
blas_trans_type | transa = blas_no_trans , |
|||
blas_trans_type | transb = blas_no_trans | |||
) |