Cost estimate data structure.
More...
#include <sc_formation.h>
|
|
int | nU |
| | Number of unique target states that costs were computed for.
|
| |
|
int | memID |
| | Spacecraft ID.
|
| |
|
ml_int_array | targetIndex |
| | Array of indices corresponding to unique target states.
|
| |
|
ml_int_array | costLength |
| | Length of the cost vector for each unique target state.
|
| |
|
ml_matrix | cost |
| | Cost vectors for all unique target states.
|
| |
Cost estimate data structure.