GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
heigval.c
Go to the documentation of this file.
1
/* heigval.c CCMATH mathematics library source code.
2
*
3
* Copyright (C) 2000 Daniel A. Atkinson All rights reserved.
4
* This code may be redistributed under the terms of the GNU library
5
* public license (LGPL). ( See the lgpl.license file for details.)
6
* ------------------------------------------------------------------------
7
*/
8
#include <stdlib.h>
9
#include "
ccmath.h
"
10
void
heigval
(
Cpx
* a,
double
*ev,
int
n
)
11
{
12
double
*dp;
13
14
dp = (
double
*)calloc(n,
sizeof
(
double
));
15
chouse
(a, ev, dp, n);
16
qreval
(ev, dp, n);
17
free
(dp);
18
}
qreval
int qreval(double *eval, double *ud, int n)
Definition:
qreval.c:9
heigval
void heigval(Cpx *a, double *eval, int n)
Definition:
heigval.c:10
chouse
void chouse(Cpx *a, double *d, double *ud, int n)
Definition:
chouse.c:10
ccmath.h
free
void free(void *)
complex
Definition:
ccmath.h:38
n
int n
Definition:
dataquad.c:291
lib
external
ccmath
heigval.c
Generated on Sat Jan 2 2016 01:46:48 for GRASS Programmer's Manual by
1.8.5