monolish  0.14.0
MONOlithic LIner equation Solvers for Highly-parallel architecture
Namespaces | Functions
crs_copy.cpp File Reference
#include "../../../../include/monolish_blas.hpp"
#include "../../../internal/monolish_internal.hpp"

Go to the source code of this file.

Namespaces

 monolish
 
 monolish::blas
 Basic Linear Algebra Subprograms for Dense Matrix, Sparse Matrix, Vector and Scalar.
 

Functions

void monolish::blas::copy (const matrix::CRS< double > &A, matrix::CRS< double > &C)
 CRS matrix copy (y=a) More...
 
void monolish::blas::copy (const matrix::CRS< float > &A, matrix::CRS< float > &C)