22#include "fasp_functs.h"
43 if (A == NULL)
return;
45 for ( i=0; i<num_blocks; i++ ) {
void fasp_mem_free(void *mem)
Free up previous allocated memory body and set pointer to NULL.
void fasp_dblc_free(dBLCmat *A)
Free block CSR sparse matrix data memory space.
void fasp_dcsr_free(dCSRmat *A)
Free CSR sparse matrix data memory space.
Main header file for the FASP project.
Header file for FASP block matrices.
Block REAL CSR matrix format.
INT brow
row number of blocks in A, m
dCSRmat ** blocks
blocks of dCSRmat, point to blocks[brow][bcol]
INT bcol
column number of blocks A, n