Functions

eig.cc File Reference

#include "EIG.h"
#include "fEIG.h"
#include "defun-dld.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
Include dependency graph for eig.cc:

Go to the source code of this file.

Functions

 DEFUN_DLD (eig, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{lambda} =} eig (@var{A})\n\ @deftypefnx {Loadable Function} {@var{lambda} =} eig (@var{A}, @var{B})\n\ @deftypefnx {Loadable Function} {[@var{V}, @var{lambda}] =} eig (@var{A})\n\ @deftypefnx {Loadable Function} {[@var{V}, @var{lambda}] =} eig (@var{A}, @var{B})\n\ Compute the eigenvalues and eigenvectors of a matrix.\n\ \n\ Eigenvalues are computed in a several step process which begins with a\n\ Hessenberg decomposition, followed by a Schur@tie{}decomposition, from which\n\ the eigenvalues are apparent. The eigenvectors, when desired, are computed\n\ by further manipulations of the Schur@tie{}decomposition.\n\ \n\ The eigenvalues returned by @code{eig} are not ordered.\n\ @seealso{eigs, svd}\n\ @end deftypefn")

Function Documentation

DEFUN_DLD ( eig  ,
args  ,
nargout   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines