Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
matrix_arithmetic.h File Reference

Implementation of sparse matrix arithmetic operations. More...

#include <cassert>
#include <math.h>
Include dependency graph for matrix_arithmetic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mui
 
 mui::linalg
 

Functions

template<typename ITYPE , typename VTYPE , typename STYPE >
sparse_matrix< ITYPE, VTYPE > mui::linalg::operator* (const STYPE &scalar, const sparse_matrix< ITYPE, VTYPE > &exist_mat)
 

Detailed Description

Implementation of sparse matrix arithmetic operations.

Author
W. Liu
Date
01 February 2023