ftp.nice.ch/pub/next/science/physics/delta-sigma.s.tar.gz#/delta-sigma.src/delta-sigma/lu.h

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.