GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
eigen.c File Reference
#include <stdlib.h>
#include "ccmath.h"
Include dependency graph for eigen.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ eigen()

void eigen ( double a,
double ev,
int  n 
)

Definition at line 10 of file eigen.c.

References free(), housev(), qrevec(), and trnm().

Referenced by G_math_eigen().