26 #if ! defined (octave_fMatrix_h)
27 #define octave_fMatrix_h 1
29 #include "octave-config.h"
60 typedef void (*solve_singularity_handler) (
float rcon);
165 float& rcon,
bool force,
bool calc_cond)
const;
168 float& rcon,
bool force,
bool calc_cond)
const;
175 bool calc_cond =
true)
const;
182 bool force =
false,
bool calc_cond =
true)
const;
196 bool calc_cond =
true)
const;
199 bool calc_cond =
true)
const;
209 bool calc_cond =
false,
216 bool calc_cond =
false,
223 bool calc_cond =
false)
const;
238 bool singular_fallback =
true,
450 template <typename T>
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.
Array< T, Alloc > index(const octave::idx_vector &i) const
Indexing without resizing.
void resize(const dim_vector &dv, const T &rfv)
FloatComplexColumnVector row_min() const
FloatComplexMatrix ifourier() const
FloatComplexMatrix sumsq(int dim=-1) const
FloatComplexMatrix pseudo_inverse(float tol=0.0) const
FloatComplexMatrix extract(octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) const
FloatComplexMatrix lssolve(const FloatMatrix &b) const
FloatComplexRowVector row(octave_idx_type i) const
FloatComplexColumnVector column(octave_idx_type i) const
FloatComplexMatrix fourier2d() const
FloatComplexMatrix cumsum(int dim=-1) const
FloatComplexMatrix diag(octave_idx_type k=0) const
FloatComplexMatrix ifourier2d() const
FloatComplexMatrix fourier() const
FloatComplexMatrix sum(int dim=-1) const
void(* solve_singularity_handler)(float rcon)
FloatComplexRowVector column_max() const
FloatComplexMatrix solve(MatrixType &mattype, const FloatMatrix &b) const
FloatComplexRowVector column_min() const
FloatComplexDET determinant() const
FloatComplexMatrix inverse() const
FloatComplexMatrix cumprod(int dim=-1) const
FloatComplexColumnVector row_max() const
FloatComplexMatrix prod(int dim=-1) const
FloatComplexMatrix extract_n(octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const
FloatMatrix(octave_idx_type r, octave_idx_type c, float val)
FloatMatrix real_matrix_type
FloatComplex complex_elt_type
void resize(octave_idx_type nr, octave_idx_type nc, float rfv=0)
FloatMatrix(const Array< U > &a)
FloatDiagMatrix real_diag_matrix_type
FloatComplexDiagMatrix complex_diag_matrix_type
FloatMatrix hermitian() const
FloatMatrix(const dim_vector &dv)
FloatMatrix(octave_idx_type r, octave_idx_type c)
FloatColumnVector column_vector_type
FloatMatrix(const dim_vector &dv, float val)
FloatMatrix(const MArray< U > &a)
FloatMatrix(const FloatMatrix &a)=default
FloatRowVector row_vector_type
FloatRowVector real_row_vector_type
FloatComplexMatrix complex_matrix_type
FloatColumnVector real_column_vector_type
FloatMatrix transpose() const
Template for N-dimensional array classes with like-type math operators.
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)
void read_int(std::istream &is, bool swap_bytes, T &val)
FloatMatrix Givens(float, float)
FloatMatrix operator-=(FloatMatrix &x, const float &y)
FloatMatrix linspace(const FloatColumnVector &x1, const FloatColumnVector &x2, octave_idx_type n)
FloatMatrix operator+=(FloatMatrix &x, const float &y)
FloatMatrix min(float d, const FloatMatrix &m)
FloatMatrix operator*(const FloatColumnVector &a, const FloatRowVector &b)
FloatMatrix real(const FloatComplexMatrix &a)
FloatMatrix imag(const FloatComplexMatrix &a)
FloatMatrix max(float d, const FloatMatrix &m)
FloatMatrix Sylvester(const FloatMatrix &, const FloatMatrix &, const FloatMatrix &)
FloatMatrix xgemm(const FloatMatrix &a, const FloatMatrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans)
F77_RET_T const F77_DBLE const F77_DBLE F77_DBLE * d
#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