linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
linalg::operator(*) Interface Reference

Multiplies a sparse matrix and a scalar. More...

Public Member Functions

 csr_mtx_mult_scalar_1
 
 csr_mtx_mult_scalar_2
 

Detailed Description

Multiplies a sparse matrix and a scalar.

Syntax
type(csr_matrix) operator(*)(class(csr_matrix) a, real(real64) b)
type(csr_matrix) operator(*)(real(real64) a, class(csr_matrix) b)
Parameters
[in]aThe left-hand-side argument.
[in]bThe right-hand-side argument.
Returns
The resulting matrix.

Definition at line 5429 of file linalg.f90.


The documentation for this interface was generated from the following file: