![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Linear algebraic operations for dCSRLmat matrices. More...
#include "fasp.h"
Go to the source code of this file.
Functions | |
void | fasp_blas_dcsrl_mxv (const dCSRLmat *A, const REAL *x, REAL *y) |
Compute y = A*x for a sparse matrix in CSRL format. More... | |
Linear algebraic 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) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaSpmvCSRL.c.