CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <ostream>
Go to the source code of this file.
Classes | |
struct | Point3D |
a point in 3D space More... | |
Functions | |
double | dist (Point3D &p1, Point3D &p2) |
unsigned long int | get_time_ms64 () |
double | norm (const Point3D &p) |
double | norm2 (const Point3D &p) |
calculate norm^2 More... | |
unsigned long int get_time_ms64 | ( | ) |
double norm | ( | const Point3D & | p | ) |
Definition at line 14 of file linear_algebra.cpp.
double norm2 | ( | const Point3D & | p | ) |