Spacecraft Control Framework 1.0
Spacecraft Control Library
asa047.h
1//
2// asa047.h
3// SCControl
4//
5// Created by Stephanie Thomas on 4/14/15.
6//
7//
8
9#ifndef __SCControl__asa047__
10#define __SCControl__asa047__
11
12#include <stdio.h>
13
14void nelmin ( double fn ( double x[] ), int n, double start[], double xmin[],
15 double *ynewlo, double reqmin, double step[], int konvge, int kcount,
16 int *icount, int *numres, int *ifault );
17void timestamp ( );
18
19#endif /* defined(__SCControl__asa047__) */