1 |
|
|
2 |
|
/* |
3 |
|
******************************************************************************** |
4 |
|
* Copyright © 2006 by ACcESS MNRF * |
5 |
|
* * |
6 |
|
* http://www.access.edu.au * |
7 |
|
* Primary Business: Queensland, Australia * |
8 |
|
* Licensed under the Open Software License version 3.0 * |
9 |
|
* http://www.opensource.org/licenses/osl-3.0.php * |
10 |
|
******************************************************************************** |
11 |
|
*/ |
12 |
|
|
13 |
/* Finley_Reduce determines a row and column permutation which, when applied to a given sparse matrix, produces a permuted */ |
/* Finley_Reduce determines a row and column permutation which, when applied to a given sparse matrix, produces a permuted */ |
14 |
/* matrix with a smaller bandwidth and profile. the input array is a connection table which represents the */ |
/* matrix with a smaller bandwidth and profile. the input array is a connection table which represents the */ |
15 |
/* indices of the nonzero elements of the matrix, a. the algorithm is described in terms of the adjacency graph which */ |
/* indices of the nonzero elements of the matrix, a. the algorithm is described in terms of the adjacency graph which */ |