![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Sparse matrix operations for dCSRLmat matrices. More...
Go to the source code of this file.
Functions | |
dCSRLmat * | fasp_dcsrl_create (const INT num_rows, const INT num_cols, const INT num_nonzeros) |
Create a dCSRLmat object. More... | |
void | fasp_dcsrl_free (dCSRLmat *A) |
Destroy a dCSRLmat object. More... | |
Sparse matrix operations for dCSRLmat matrices.
Reference: John Mellor-Crummey and John Garvin Optimizaing sparse matrix vector product computations using unroll and jam, Tech Report Rice Univ, Aug 2002.
Copyright (C) 2011–Present by the FASP team. All rights reserved.
Definition in file BlaSparseCSRL.c.
Create a dCSRLmat object.
num_rows | Number of rows |
num_cols | Number of cols |
num_nonzeros | Number of nonzero entries |
Definition at line 39 of file BlaSparseCSRL.c.
void fasp_dcsrl_free | ( | dCSRLmat * | A | ) |
Destroy a dCSRLmat object.
A | Pointer to the dCSRLmat type matrix |
Definition at line 67 of file BlaSparseCSRL.c.