GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
template<class ColumnVector , class Matrix , class RowVector > | |
static void | do_mgorth (ColumnVector &x, const Matrix &V, RowVector &h) |
OCTAVE_EXPORT octave_value_list | Fmgorth (const octave_value_list &args, int nargout) |
|
static |
Definition at line 35 of file mgorth.cc.
References Matrix::column(), Array< T >::columns(), MArray< T >::hermitian(), real, and xnorm().
Referenced by Fmgorth().
OCTAVE_EXPORT octave_value_list Fmgorth | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 67 of file mgorth.cc.
References octave_value::column_vector_value(), octave_value::columns(), octave_value::complex_column_vector_value(), octave_value::complex_matrix_value(), do_mgorth(), error(), octave_value::float_column_vector_value(), octave_value::float_complex_column_vector_value(), octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), octave_value::is_complex_type(), octave_value::is_numeric_type(), octave_value::is_single_type(), octave_value_list::length(), octave_value::matrix_value(), octave_value::ndims(), print_usage(), octave_value::rows(), V, and x.