Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_SpGEMM.H File Reference
#include <AMReX_Config.H>
#include <AMReX_Algorithm.H>
#include <AMReX_GpuComplex.H>
#include <AMReX_OpenMP.H>
#include <AMReX_SpMatrix.H>
#include <algorithm>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  amrex
 

Functions

template<typename T , template< typename > class Allocator>
SpMatrix< T, Allocator > amrex::SpGEMM (SpMatrix< T, Allocator > const &A, SpMatrix< T, Allocator > const &B, AlgPartition const &col_partition)
 Sparse matrix-matrix multiplication, C = A * B.