Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
BlaSparseBLC.c File Reference

Sparse matrix block operations. More...

#include <time.h>
#include "fasp.h"
#include "fasp_block.h"
#include "fasp_functs.h"

Go to the source code of this file.

Functions

void fasp_dblc_free (dBLCmat *A)
 Free block CSR sparse matrix data memory space. More...
 

Detailed Description

Sparse matrix block operations.

Note
This file contains Level-1 (Bla) functions. It requires: AuxMemory.c and BlaSparseCSR.c

Copyright (C) 2009–Present by the FASP team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file BlaSparseBLC.c.

Function Documentation

◆ fasp_dblc_free()

void fasp_dblc_free ( dBLCmat A)

Free block CSR sparse matrix data memory space.

Parameters
APointer to the dBLCmat matrix
Author
Xiaozhe Hu
Date
04/18/2014

Definition at line 38 of file BlaSparseBLC.c.