GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
eigval.c File Reference
#include <stdlib.h>
#include "ccmath.h"
Include dependency graph for eigval.c:

Go to the source code of this file.

Functions

void eigval (double *a, double *ev, int n)
 

Function Documentation

void eigval ( double *  a,
double *  ev,
int  n 
)

Definition at line 10 of file eigval.c.

References free(), house(), and qreval().

Referenced by G_math_eigval().