26#if ! defined (octave_fCMatrix_h)
27#define octave_fCMatrix_h 1
29#include "octave-config.h"
59 typedef void (*solve_singularity_handler) (
float rcon);
207 float& rcon,
bool force,
bool calc_cond)
const;
210 float& rcon,
bool force,
bool calc_cond)
const;
217 bool force =
false,
bool calc_cond =
true)
const;
224 bool force =
false,
bool calc_cond =
true)
const;
238 bool calc_cond =
true)
const;
241 float& rcon,
bool calc_cond =
true)
const;
250 solve_singularity_handler sing_handler,
251 bool calc_cond =
false,
257 solve_singularity_handler sing_handler,
258 bool calc_cond =
false,
264 solve_singularity_handler sing_handler,
265 bool calc_cond =
false)
const;
279 float& rcon, solve_singularity_handler sing_handler,
280 bool singular_fallback =
true,
294 solve_singularity_handler sing_handler,
295 bool singular_fallback =
true,
309 solve_singularity_handler sing_handler,
323 solve_singularity_handler sing_handler,
334 solve_singularity_handler sing_handler,
345 solve_singularity_handler sing_handler,
356 solve_singularity_handler sing_handler,
368 solve_singularity_handler sing_handler,
template std::ostream & operator<<(std::ostream &, const Array< bool > &)
ComplexColumnVector conj(const ComplexColumnVector &a)
ComplexColumnVector operator+=(ComplexColumnVector &x, const Complex &y)
ComplexColumnVector operator-=(ComplexColumnVector &x, const Complex &y)
#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)
FloatComplexMatrix hermitian() const
FloatComplexMatrix(const dim_vector &dv, const FloatComplex &val)
FloatComplexMatrix(const FloatComplexMatrix &a)=default
FloatComplexMatrix(const dim_vector &dv)
FloatComplexDiagMatrix complex_diag_matrix_type
FloatColumnVector real_column_vector_type
FloatRowVector real_row_vector_type
FloatComplexMatrix complex_matrix_type
FloatComplexMatrix(const Array< U > &a)
FloatMatrix real_matrix_type
void resize(octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv=FloatComplex(0))
FloatComplex complex_elt_type
FloatComplexMatrix transpose() const
FloatComplexMatrix(octave_idx_type r, octave_idx_type c, const FloatComplex &val)
FloatComplexRowVector row_vector_type
FloatComplexMatrix()=default
FloatComplexMatrix(octave_idx_type r, octave_idx_type c)
FloatDiagMatrix real_diag_matrix_type
FloatComplexColumnVector column_vector_type
FloatComplexMatrix(const MArray< U > &a)
~FloatComplexMatrix()=default
FloatComplexNDArray & operator=(const FloatComplexNDArray &a)
Template for N-dimensional array classes with like-type math operators.
MArray< T > transpose() const
MArray< T > hermitian(T(*fcn)(const T &)=nullptr) const
Template for two dimensional diagonal array with math operators.
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)
FloatComplexMatrix xgemm(const FloatComplexMatrix &a, const FloatComplexMatrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans)
FloatComplexMatrix max(const FloatComplex &c, const FloatComplexMatrix &m)
FloatComplexMatrix linspace(const FloatComplexColumnVector &x1, const FloatComplexColumnVector &x2, octave_idx_type n)
FloatComplexMatrix Sylvester(const FloatComplexMatrix &, const FloatComplexMatrix &, const FloatComplexMatrix &)
FloatComplexMatrix min(const FloatComplex &c, const FloatComplexMatrix &m)
FloatComplexMatrix conj(const FloatComplexMatrix &a)
FloatComplexMatrix operator*(const FloatColumnVector &a, const FloatComplexRowVector &b)
FloatComplexMatrix Givens(const FloatComplex &, const FloatComplex &)
#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< float > FloatComplex
octave_value operator!(const octave_value &a)
template int8_t abs(int8_t)