Spacecraft Control Framework
1.0
Spacecraft Control Library
src
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
14
void
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 );
17
void
timestamp ( );
18
19
#endif
/* defined(__SCControl__asa047__) */
Generated on Fri Feb 18 2022 13:58:42 for Spacecraft Control Framework by
1.9.2