26 #if ! defined (octave_CMatrix_h)
27 #define octave_CMatrix_h 1
29 #include "octave-config.h"
61 typedef void (*solve_singularity_handler) (
double rcon);
201 double& rcon,
bool force,
bool calc_cond)
const;
204 double& rcon,
bool force,
bool calc_cond)
const;
211 bool force =
false,
bool calc_cond =
true)
const;
218 bool force =
false,
bool calc_cond =
true)
const;
232 bool calc_cond =
true)
const;
235 bool calc_cond =
true)
const;
244 solve_singularity_handler sing_handler,
245 bool calc_cond =
false,
251 solve_singularity_handler sing_handler,
252 bool calc_cond =
false,
258 solve_singularity_handler sing_handler,
259 bool calc_cond =
false)
const;
271 double& rcon, solve_singularity_handler sing_handler,
272 bool singular_fallback =
true,
285 double& rcon, solve_singularity_handler sing_handler,
286 bool singular_fallback =
true,
299 double& rcon, solve_singularity_handler sing_handler,
313 solve_singularity_handler sing_handler,
324 solve_singularity_handler sing_handler,
334 solve_singularity_handler sing_handler,
344 solve_singularity_handler sing_handler,
355 solve_singularity_handler sing_handler,
template std::ostream & operator<<(std::ostream &, const Array< bool > &)
ComplexMatrix operator-=(ComplexMatrix &x, const Complex &y)
ComplexMatrix Sylvester(const ComplexMatrix &, const ComplexMatrix &, const ComplexMatrix &)
ComplexMatrix max(const Complex &c, const ComplexMatrix &m)
ComplexMatrix conj(const ComplexMatrix &a)
ComplexMatrix linspace(const ComplexColumnVector &x1, const ComplexColumnVector &x2, octave_idx_type n)
ComplexMatrix xgemm(const ComplexMatrix &a, const ComplexMatrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans)
ComplexMatrix min(const Complex &c, const ComplexMatrix &m)
ComplexMatrix operator+=(ComplexMatrix &x, const Complex &y)
ComplexMatrix Givens(const Complex &, const Complex &)
ComplexMatrix operator*(const ColumnVector &a, const ComplexRowVector &b)
#define MARRAY_FORWARD_DEFS(B, R, T)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
N Dimensional Array with copy-on-write semantics.
void resize(const dim_vector &dv, const T &rfv)
ComplexDiagMatrix complex_diag_matrix_type
ComplexColumnVector column_vector_type
ComplexMatrix(const dim_vector &dv)
RowVector real_row_vector_type
ComplexRowVector row_vector_type
ComplexMatrix(octave_idx_type r, octave_idx_type c)
ComplexMatrix(octave_idx_type r, octave_idx_type c, const Complex &val)
ComplexMatrix(const ComplexMatrix &a)=default
DiagMatrix real_diag_matrix_type
void resize(octave_idx_type nr, octave_idx_type nc, const Complex &rfv=Complex(0))
ComplexMatrix complex_matrix_type
ComplexMatrix transpose() const
ColumnVector real_column_vector_type
ComplexMatrix hermitian() const
ComplexMatrix(const dim_vector &dv, const Complex &val)
ComplexMatrix(const Array< U > &a)
ComplexMatrix(const MArray< U > &a)
Template for N-dimensional array classes with like-type math operators.
MArray< T > hermitian(T(*fcn)(const T &)=nullptr) const
MArray< T > transpose() const
Vector representing the dimensions (size) of an Array.
bool operator!=(const dim_vector &a, const dim_vector &b)
bool operator==(const dim_vector &a, const dim_vector &b)
#define SM_BOOL_OP_DECLS(S, M, API)
#define MS_CMP_OP_DECLS(M, S, API)
#define SM_CMP_OP_DECLS(S, M, API)
#define MS_BOOL_OP_DECLS(M, S, API)
#define MM_CMP_OP_DECLS(M1, M2, API)
#define MM_BOOL_OP_DECLS(M1, M2, API)
std::complex< double > Complex
template int8_t abs(int8_t)