CARLsim
3.1.3
CARLsim: a GPU-accelerated SNN simulator
|
#include <ostream>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | Point3D |
a point in 3D space More... | |
Functions | |
double | dist (Point3D &p1, Point3D &p2) |
uint64_t | get_time_ms64 () |
double | norm (const Point3D &p) |
double | norm2 (const Point3D &p) |
calculate norm^2 More... | |
uint64_t get_time_ms64 | ( | ) |
double norm2 | ( | const Point3D & | p | ) |