This is ART_Func.h in view mode; [Download] [Up]
#include <stdlib.h> #include <math.h> float fgross(float x,float t); float sigmo(float x, float sm, float sb); float DotProd( float *V1,float *V2,int M); float L2_norm(float *V,int M); float L2_norm_Vec(float *Vec,float *normVec,int M); float vec_diff(float *V1,float *V2,int M);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.