Searched refs:SWARM_UNIFORM (Results 1 – 3 of 3) sorted by relevance
32 typedef enum { SWARM_GAUSS = 0, SWARM_UNIFORM = 1, SWARM_CELL_RANDOM = 2, SWARM_SINUSOIDAL = 3 } Po… enumerator
74 PointSwarmType point_swarm_type = SWARM_UNIFORM; in main()
260 case SWARM_UNIFORM: { in DMSwarmInitalizePointLocations()