GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
#include "CmplxSCHUR.h"
#include "dbleSCHUR.h"
#include "fCmplxSCHUR.h"
#include "floatSCHUR.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.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<class 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 315 of file schur.cc.
References error(), error_state, gripe_wrong_type_arg(), print_usage(), FloatComplexSCHUR::schur_matrix(), ComplexSCHUR::schur_matrix(), FloatComplexSCHUR::unitary_matrix(), and ComplexSCHUR::unitary_matrix().
OCTAVE_EXPORT octave_value_list Fschur | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 128 of file schur.cc.
References arg(), octave_value::columns(), octave_value::complex_matrix_value(), error(), error_state, octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), gripe_square_matrix_required(), gripe_wrong_type_arg(), octave_value::is_numeric_type(), octave_value::is_real_type(), octave_value::is_single_type(), octave_value_list::length(), mark_upper_triangular(), octave_value::matrix_value(), print_usage(), octave_value::rows(), SCHUR::schur_matrix(), FloatSCHUR::schur_matrix(), FloatComplexSCHUR::schur_matrix(), ComplexSCHUR::schur_matrix(), SCHUR::unitary_matrix(), FloatSCHUR::unitary_matrix(), FloatComplexSCHUR::unitary_matrix(), ComplexSCHUR::unitary_matrix(), and warning().
|
static |
Definition at line 42 of file schur.cc.
References Array< T >::columns(), octave_value::matrix_type(), Array< T >::rows(), and MatrixType::Upper.
Referenced by Fschur().