GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "CmplxHESS.h"
#include "dbleHESS.h"
#include "fCmplxHESS.h"
#include "floatHESS.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 | Fhess (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list Fhess | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 64 of file hess.cc.
References arg(), octave_value::columns(), octave_value::complex_matrix_value(), empty_arg(), error_state, octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), gripe_square_matrix_required(), gripe_wrong_type_arg(), HESS::hess_matrix(), FloatComplexHESS::hess_matrix(), ComplexHESS::hess_matrix(), FloatHESS::hess_matrix(), octave_value::is_complex_type(), octave_value::is_real_type(), octave_value::is_single_type(), octave_value_list::length(), octave_value::matrix_value(), print_usage(), octave_value::rows(), HESS::unitary_hess_matrix(), FloatHESS::unitary_hess_matrix(), ComplexHESS::unitary_hess_matrix(), and FloatComplexHESS::unitary_hess_matrix().