Go to the source code of this file.
Functions | |
template<typename ColumnVector , typename Matrix , typename RowVector > | |
static OCTAVE_NAMESPACE_BEGIN void | do_mgorth (ColumnVector &x, const Matrix &V, RowVector &h) |
OCTAVE_EXPORT octave_value_list | Fmgorth (const octave_value_list &args, int) |
|
static |
Definition at line 39 of file mgorth.cc.
References MArray< T >::hermitian(), real(), RowVector, V, x, and octave::xnorm().
Referenced by Fmgorth().
OCTAVE_EXPORT octave_value_list Fmgorth | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 73 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_single_type(), octave_value::iscomplex(), octave_value::isnumeric(), octave_value::matrix_value(), octave_value::ndims(), ovl(), print_usage(), octave_value::rows(), V, and x.