This is lu.h in view mode; [Download] [Up]
#ifndef LUH #define LUH #include "numerics.h" int ludcmp( double **a, int n, int *indx ); void lubksb( double **a, int n, int *indx, double *b); #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.