#include <string>#include "schur.h"#include "defun.h"#include "error.h"#include "errwarn.h"#include "ovl.h"#include "utils.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Frsf2csf (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list | Fschur (const octave_value_list &args, int nargout) |
| template<typename Matrix > | |
| static octave_value | mark_upper_triangular (const Matrix &a) |
| OCTAVE_EXPORT octave_value_list Frsf2csf | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 290 of file schur.cc.
References err_wrong_type_arg(), error(), ovl(), print_usage(), rsf2csf< ComplexMatrix, Matrix >(), and rsf2csf< FloatComplexMatrix, FloatMatrix >().
| OCTAVE_EXPORT octave_value_list Fschur | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 129 of file schur.cc.
References octave_value::columns(), octave_value::complex_matrix_value(), err_square_matrix_required(), err_wrong_type_arg(), octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), octave_value::is_single_type(), octave_value::isnumeric(), octave_value::isreal(), mark_upper_triangular(), octave_value::matrix_value(), ovl(), print_usage(), octave_value::rows(), and warning().
|
static |
Definition at line 44 of file schur.cc.
References Array< T, Alloc >::columns(), error_unless(), octave_value::matrix_type(), n, Array< T, Alloc >::rows(), and MatrixType::Upper.
Referenced by Fschur().