Dip  0.92.4
Functions
spp_common.h File Reference
#include <stdio.h>
#include "sym_proto.h"
#include "spp_types.h"
Include dependency graph for spp_common.h:

Go to the source code of this file.

Functions

int *spp_lexsort PROTO ((col_ordered *matrix))
 
int spp_lexcompare PROTO ((const void *i, const void *j))
 
void spp_free_cmatrix PROTO ((col_ordered *m))
 
void spp_free_rmatrix PROTO ((row_ordered *m))
 
void spp_column_to_row PROTO ((col_ordered *cm, row_ordered *rm, int *i_tmpm, int **istar_tmpm))
 
void spp_row_to_column PROTO ((row_ordered *rm, col_ordered *cm, int *i_tmpn, row_ind_type **rowindstar_tmpn))
 
FILE *get_filehandler PROTO ((int counter, char *filename, char *fname))
 
void spp_reverse_char_string PROTO ((int len, char *string))
 
void spp_reverse_int_string PROTO ((int len, int *string))
 
void spp_reverse_double_string PROTO ((int len, double *string))
 
int spp_is_orthogonal PROTO ((col_ordered *cmatrix, int col1, int col2))
 

Function Documentation

int* spp_lexsort PROTO ( (col_ordered *matrix)  )
int spp_lexcompare PROTO ( (const void *i, const void *j)  )
void spp_free_cmatrix PROTO ( (col_ordered *m)  )
void spp_free_rmatrix PROTO ( (row_ordered *m)  )
void spp_column_to_row PROTO ( (col_ordered *cm, row_ordered *rm, int *i_tmpm, int **istar_tmpm)  )
void spp_row_to_column PROTO ( (row_ordered *rm, col_ordered *cm, int *i_tmpn, row_ind_type **rowindstar_tmpn)  )
FILE* get_filehandler PROTO ( (int counter, char *filename, char *fname)  )
void spp_reverse_char_string PROTO ( (int len, char *string)  )
void spp_reverse_int_string PROTO ( (int len, int *string)  )
void spp_reverse_double_string PROTO ( (int len, double *string)  )
int spp_is_orthogonal PROTO ( (col_ordered *cmatrix, int col1, int col2)  )