Viewing posts for the category C++
An example of Vanguard 1's and Vanguard 2's positions in ECI.
Tags:
cuda
gpu
spg4
orbit propagation
read more
/
Comments
Significant progress porting the SGP4 algorithm to a CUDA implementation. I can read in TLEs, initialize with all the SGP models and propagate forward in time.
Tags:
c
orbit propagation
spg4
gpu
read more
/
Comments
#include <iostream>
I found the link at the bottom of the page: http://en.wikipedia.org/wiki/Simplified_perturbations_models.
Tags:
cuda
c
gpu
spg4
orbit propagation
read more
/
Comments
bool IsPrime(int number)