SIFEL/TRFEL/SRC/cemhydmat.cpp File Reference

#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include "cemhydmat.h"
#include "homog.h"
#include "globalt.h"

Go to the source code of this file.

Functions

void free_convert_matrix (float **b, int nrl)
void free_dmatrix (double **m, int nrl, int nrh, int ncl)
void free_dvector (double *v, int nl)
void free_imatrix (int **m, int nrl, int nrh, int ncl)
void free_ivector (int *v, int nl)
void free_matrix (float **m, int nrl, int nrh, int ncl)
void free_submatrix (float *b, int nrl)
void free_vector (float *v, int nl)

Function Documentation

void free_convert_matrix ( float **  b,
int  nrl 
)

Definition at line 11835 of file cemhydmat.cpp.

void free_dmatrix ( double **  m,
int  nrl,
int  nrh,
int  ncl 
)

Definition at line 11804 of file cemhydmat.cpp.

void free_dvector ( double *  v,
int  nl 
)

Definition at line 11791 of file cemhydmat.cpp.

void free_imatrix ( int **  m,
int  nrl,
int  nrh,
int  ncl 
)

Definition at line 11811 of file cemhydmat.cpp.

void free_ivector ( int *  v,
int  nl 
)

Definition at line 11787 of file cemhydmat.cpp.

void free_matrix ( float **  m,
int  nrl,
int  nrh,
int  ncl 
)

Definition at line 11797 of file cemhydmat.cpp.

void free_submatrix ( float *  b,
int  nrl 
)

Definition at line 11818 of file cemhydmat.cpp.

void free_vector ( float *  v,
int  nl 
)

Definition at line 11783 of file cemhydmat.cpp.


Generated by  doxygen 1.6.2