#include <cctype>
#include <cmath>
#include "f77-fcn.h"
#include "lo-lapack-proto.h"
#include "qr.h"
#include "quit.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | Fqz (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list Fqz | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 169 of file qz.cc.
References CQ, CZ, octave::err_nonconformant(), err_square_matrix_required(), error(), F77_DBLE_CMPLX_ARG, F77_FUNC(), F77_XFCN, Array< T >::fortran_vec(), m, nn, octave_print_internal(), octave_stdout, panic_impossible, print_usage(), octave::math::qr< T >::Q(), octave::math::qr< T >::R(), ComplexColumnVector::resize(), retval, transpose(), Array< T >::transpose(), VL, VR, warn_empty_arg(), and xdlamch().