#include <stdio.h>#include <stdlib.h>#include "slu_ddefs.h"
Functions | |
| int | sp_coletree (int *acolst, int *acolend, int *arow, int nr, int nc, int *parent) |
| int * | TreePostorder (int n, int *parent) |
| int | sp_symetree (int *acolst, int *acolend, int *arow, int n, int *parent) |
| int sp_coletree | ( | int * | acolst, | |
| int * | acolend, | |||
| int * | arow, | |||
| int | nr, | |||
| int | nc, | |||
| int * | parent | |||
| ) |


| int sp_symetree | ( | int * | acolst, | |
| int * | acolend, | |||
| int * | arow, | |||
| int | n, | |||
| int * | parent | |||
| ) |


| int* TreePostorder | ( | int | n, | |
| int * | parent | |||
| ) |

1.6.1