GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "EIG.h"
#include "fEIG.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 | Feig (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list Feig | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 51 of file eig.cc.
References octave_value::columns(), octave_value::complex_matrix_value(), d, EIG::eigenvalues(), FloatEIG::eigenvalues(), EIG::eigenvectors(), FloatEIG::eigenvectors(), empty_arg(), error_state, octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), gripe_square_matrix_required(), gripe_wrong_type_arg(), octave_value::is_double_type(), octave_value::is_real_type(), octave_value::is_single_type(), octave_value_list::length(), octave_value::matrix_value(), print_usage(), and octave_value::rows().