![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Linear algebraic operations for dSTRmat matrices. More...
Go to the source code of this file.
Functions | |
void | fasp_blas_dstr_aAxpy (const REAL alpha, const dSTRmat *A, const REAL *x, REAL *y) |
Matrix-vector multiplication y = alpha*A*x + y. More... | |
void | fasp_blas_dstr_mxv (const dSTRmat *A, const REAL *x, REAL *y) |
Matrix-vector multiplication y = A*x. More... | |
INT | fasp_blas_dstr_diagscale (const dSTRmat *A, dSTRmat *B) |
B=D^{-1}A. More... | |
Linear algebraic operations for dSTRmat matrices.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaSpmvSTR.c.
Matrix-vector multiplication y = alpha*A*x + y.
alpha | REAL factor alpha |
A | Pointer to dSTRmat matrix |
x | Pointer to REAL array |
y | Pointer to REAL array |
Definition at line 61 of file BlaSpmvSTR.c.
B=D^{-1}A.
Modified by Chunsheng Feng, Zheng Li on 08/30/2012
Definition at line 155 of file BlaSpmvSTR.c.