26 #if ! defined (octave_fCMatrix_h)
27 #define octave_fCMatrix_h 1
29 #include "octave-config.h"
61 typedef void (*solve_singularity_handler) (
float rcon);
209 float& rcon,
bool force,
bool calc_cond)
const;
212 float& rcon,
bool force,
bool calc_cond)
const;
219 bool calc_cond =
true)
const;
226 bool force =
false,
bool calc_cond =
true)
const;
240 bool calc_cond =
true)
const;
243 float& rcon,
bool calc_cond =
true)
const;
252 solve_singularity_handler sing_handler,
253 bool calc_cond =
false,
259 solve_singularity_handler sing_handler,
260 bool calc_cond =
false,
266 solve_singularity_handler sing_handler,
267 bool calc_cond =
false)
const;
281 float& rcon, solve_singularity_handler sing_handler,
282 bool singular_fallback =
true,
296 solve_singularity_handler sing_handler,
297 bool singular_fallback =
true,
311 solve_singularity_handler sing_handler,
325 solve_singularity_handler sing_handler,
336 solve_singularity_handler sing_handler,
347 solve_singularity_handler sing_handler,
358 solve_singularity_handler sing_handler,
370 solve_singularity_handler sing_handler,
template std::ostream & operator<<(std::ostream &, const Array< bool > &)
#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
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)
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 operator+=(FloatComplexMatrix &x, const FloatComplex &y)
FloatComplexMatrix operator-=(FloatComplexMatrix &x, const FloatComplex &y)
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)