ftp.nice.ch/pub/next/developer/objc/ai/ART.1.1.N.b.tar.gz#/ART/sources/ART_Func.h

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.