26 #if defined (HAVE_CONFIG_H)
37 DEFUN (sylvester, args, ,
67 if (args.length () != 3)
103 if (a_nr != c_nr || b_nr != c_nc)
176 OCTAVE_END_NAMESPACE(
octave)
ComplexMatrix Sylvester(const ComplexMatrix &a, const ComplexMatrix &b, const ComplexMatrix &c)
octave_idx_type rows() const
ComplexMatrix complex_matrix_value(bool frc_str_conv=false) const
bool is_single_type() 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
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
#define DEFUN(name, args_name, nargout_name, doc)
Macro to define a builtin function.
void err_square_matrix_required(const char *fcn, const char *name)
void err_nonconformant(const char *op, octave_idx_type op1_len, octave_idx_type op2_len)
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.