26 #if defined (HAVE_CONFIG_H)
43 DEFUN (inv, args, nargout,
69 if (args.length () != 1)
100 else if (nargout > 1)
108 else if (nargout > 1)
119 else if (nargout > 1)
127 else if (nargout > 1)
145 result =
m.inverse (mattyp, info, frcond,
true,
true);
146 args(0).matrix_type (mattyp);
153 result =
m.inverse (mattyp, info, frcond,
true,
true);
154 args(0).matrix_type (mattyp);
166 result =
m.inverse (mattyp, info, rcond,
true,
true);
167 args(0).matrix_type (mattyp);
174 result =
m.inverse (mattyp, info, rcond,
true,
true);
175 args(0).matrix_type (mattyp);
185 result =
m.inverse (mattyp, info, rcond,
true,
true);
186 args(0).matrix_type (mattyp);
193 result =
m.inverse (mattyp, info, rcond,
true,
true);
194 args(0).matrix_type (mattyp);
220 if (info == -1 || is_singular)
401 OCTAVE_END_NAMESPACE(
octave)
ComplexDiagMatrix inverse(octave_idx_type &info) const
DiagMatrix inverse() const
FloatComplexDiagMatrix inverse(octave_idx_type &info) const
FloatDiagMatrix inverse() const
PermMatrix inverse() const
bool is_diag_matrix() const
SparseMatrix sparse_matrix_value(bool frc_str_conv=false) const
DiagMatrix diag_matrix_value(bool force=false) const
octave_idx_type rows() const
bool is_scalar_type() const
FloatDiagMatrix float_diag_matrix_value(bool force=false) const
ComplexMatrix complex_matrix_value(bool frc_str_conv=false) const
FloatComplexDiagMatrix float_complex_diag_matrix_value(bool force=false) const
bool is_perm_matrix() const
bool is_single_type() const
ComplexDiagMatrix complex_diag_matrix_value(bool force=false) const
FloatMatrix float_matrix_value(bool frc_str_conv=false) const
octave_idx_type columns() const
Matrix matrix_value(bool frc_str_conv=false) const
FloatComplexMatrix float_complex_matrix_value(bool frc_str_conv=false) const
PermMatrix perm_matrix_value() const
SparseComplexMatrix sparse_complex_matrix_value(bool frc_str_conv=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
#define DEFUN(name, args_name, nargout_name, doc)
Macro to define a builtin function.
#define DEFALIAS(alias, name)
Macro to define an alias for another existing function name.
void err_square_matrix_required(const char *fcn, const char *name)
void err_wrong_type_arg(const char *name, const char *s)
void warn_singular_matrix(double rcond)
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.