CARLsim  3.1.3
CARLsim: a GPU-accelerated SNN simulator
linear_algebra.h File Reference
#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...
 

Function Documentation

double dist ( Point3D p1,
Point3D p2 
)
uint64_t get_time_ms64 ( )
double norm ( const Point3D p)
TODO:
maybe move to carlsim_helper.h or something...
double norm2 ( const Point3D p)