Revision f584db857045d794fb5a587b18f1ca3ed40b8679 authored by Douglas Bates on 15 January 2006, 00:00:00 UTC, committed by Gabor Csardi on 15 January 2006, 00:00:00 UTC
1 parent a2d2fd0
Raw File
Metis_utils.h
#ifndef MATRIX_METIS_UTILS_H
#define MATRIX_METIS_UTILS_H

#include "Mutils.h"
void ssc_metis_order(int n, const int Tp [], const int Ti [],
		     int perm[], int iperm[]);

#endif

back to top