lsd_mkb/lad_block/las_block_util.c File Reference

#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "./lah_block.h"
Include dependency graph for las_block_util.c:

Defines

#define SMALL   1.e-15

Functions

double * lar_util_dvector (int ncom, char error_text[])
int * lar_util_ivector (int ncom, char error_text[])
int ** lar_util_imatrix (int Nrow, int Ncol, char Error_text[])
double ** lar_util_dmatrix (int Nrow, int Ncol, char Error_text[])
int lar_util_chk_list (int Num, int *List, int Ll)
void lar_util_d_zero (double *Vec, int Num)
void lar_util_i_zero (int *Vec, int Num)
void lar_util_sort (int *Ind_array, double *Val_array)
void lar_util_dgetrf (double *a, int m, int *ips)
void lar_util_dgetrs (double *a, int m, double *b, double *x, int *ips)
void lar_util_skip_rest_of_line (FILE *Fp)

Define Documentation

#define SMALL   1.e-15

Function Documentation

int lar_util_chk_list ( int  Num,
int *  List,
int  Ll 
)

Here is the caller graph for this function:

void lar_util_d_zero ( double *  Vec,
int  Num 
)

Here is the caller graph for this function:

void lar_util_dgetrf ( double *  a,
int  m,
int *  ips 
)

Here is the call graph for this function:

void lar_util_dgetrs ( double *  a,
int  m,
double *  b,
double *  x,
int *  ips 
)
double** lar_util_dmatrix ( int  Nrow,
int  Ncol,
char  Error_text[] 
)
double* lar_util_dvector ( int  ncom,
char  error_text[] 
)

Here is the caller graph for this function:

void lar_util_i_zero ( int *  Vec,
int  Num 
)
int** lar_util_imatrix ( int  Nrow,
int  Ncol,
char  Error_text[] 
)

Here is the caller graph for this function:

int* lar_util_ivector ( int  ncom,
char  error_text[] 
)

Here is the caller graph for this function:

void lar_util_skip_rest_of_line ( FILE *  Fp  ) 
void lar_util_sort ( int *  Ind_array,
double *  Val_array 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1