#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) |
-- SuperLU routine (version 2.0) -- Univ. of California Berkeley, Xerox Palo Alto Research Center, and Lawrence Berkeley National Lab. November 15, 1997
|
|
|
|
|
|
|
|
|
|
|
Precision-independent memory-related routines. (Shared by [sdcz]memory.c) |
|
|