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

Subtracts two sparse matrices. More...

Public Member Functions

 csr_mtx_sub
 

Detailed Description

Subtracts two sparse matrices.

Syntax
type(csr_matrix) operator(-)(class(csr_matrix) 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 5413 of file linalg.f90.


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