lsd_mkb/lsd_mkb_superlu/superlu_seq/memory.c File Reference
Precision-independent memory-related routines.
More...
#include "slu_ddefs.h"
Functions |
void * | superlu_malloc (size_t size) |
void | superlu_free (void *addr) |
void | SetIWork (int m, int n, int panel_size, int *iworkptr, int **segrep, int **parent, int **xplore, int **repfnz, int **panel_lsub, int **xprune, int **marker) |
| Set up pointers for integer working arrays.
|
void | copy_mem_int (int howmany, void *old, void *new) |
void | user_bcopy (char *src, char *dest, int bytes) |
int * | intMalloc (int n) |
int * | intCalloc (int n) |
Detailed Description
Precision-independent memory-related routines.
-- SuperLU routine (version 2.0) --
Univ. of California Berkeley, Xerox Palo Alto Research Center,
and Lawrence Berkeley National Lab.
November 15, 1997
Function Documentation
void SetIWork |
( |
int |
m, |
|
|
int |
n, |
|
|
int |
panel_size, |
|
|
int * |
iworkptr, |
|
|
int ** |
segrep, |
|
|
int ** |
parent, |
|
|
int ** |
xplore, |
|
|
int ** |
repfnz, |
|
|
int ** |
panel_lsub, |
|
|
int ** |
xprune, |
|
|
int ** |
marker | |
|
) |
| | |
Set up pointers for integer working arrays.
void* superlu_malloc |
( |
size_t |
size |
) |
|
Precision-independent memory-related routines. (Shared by [sdcz]memory.c)
void user_bcopy |
( |
char * |
src, |
|
|
char * |
dest, |
|
|
int |
bytes | |
|
) |
| | |