![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Linear algebraic operations for dBLCmat matrices. More...
Go to the source code of this file.
Functions | |
void | fasp_blas_dblc_aAxpy (const REAL alpha, const dBLCmat *A, const REAL *x, REAL *y) |
Matrix-vector multiplication y = alpha*A*x + y. More... | |
void | fasp_blas_dblc_mxv (const dBLCmat *A, const REAL *x, REAL *y) |
Matrix-vector multiplication y = A*x. More... | |
void | fasp_blas_ldblc_aAxpy (const REAL alpha, const dBLCmat *A, const LONGREAL *x, REAL *y) |
Matrix-vector multiplication y = alpha*A*x + y. More... | |
Linear algebraic operations for dBLCmat matrices.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaSpmvBLC.c.
Matrix-vector multiplication y = alpha*A*x + y.
alpha | REAL factor a |
A | Pointer to dBLCmat matrix A |
x | Pointer to array x |
y | Pointer to array y |
Definition at line 38 of file BlaSpmvBLC.c.
Matrix-vector multiplication y = A*x.
A | Pointer to dBLCmat matrix A |
x | Pointer to array x |
y | Pointer to array y |
Definition at line 164 of file BlaSpmvBLC.c.
Matrix-vector multiplication y = alpha*A*x + y.
alpha | REAL factor a |
A | Pointer to dBLCmat matrix A |
x | Pointer to array x |
y | Pointer to array y |
Definition at line 296 of file BlaSpmvBLC.c.