monolish
0.16.3
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
Dense matrix copy (C=A) More...
Functions | |
void | monolish::blas::copy (const matrix::Dense< double > &A, matrix::Dense< double > &C) |
Dense matrix copy (C=A) More... | |
void | monolish::blas::copy (const matrix::Dense< float > &A, matrix::Dense< float > &C) |
Dense matrix copy (C=A)
void monolish::blas::copy | ( | const matrix::Dense< double > & | A, |
matrix::Dense< double > & | C | ||
) |
Dense matrix copy (C=A)
A | monolish Dense matrix (size M x N) |
C | monolish Dense matrix (size M x N) |
void monolish::blas::copy | ( | const matrix::Dense< float > & | A, |
matrix::Dense< float > & | C | ||
) |