Main Page | File List | Globals

triplet_to_col.h

Go to the documentation of this file.
00001 void triplet_to_col (int n_row, int n_col, int nz,
00002                      const int Ti[], const int Tj[], const double Tx[],
00003                      int Ap[], int Ai[], double Ax[]);

Generated on Mon May 31 14:04:36 2004 for Matrix by doxygen 1.3.6-20040222