GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
eig.cc File Reference
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "EIG.h"
#include "fEIG.h"
#include "oct-string.h"

Go to the source code of this file.

Functions

octave_value_list Feig (const octave_value_list &args, int nargout)
 

Function Documentation

◆ Feig()