monolish  0.17.1
MONOlithic LInear equation Solvers for Highly-parallel architecture
Functions
monolish::blas::copy (Dense)

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)
 

Detailed Description

Dense matrix copy (C=A)

Function Documentation

◆ copy() [1/2]

void monolish::blas::copy ( const matrix::Dense< double > &  A,
matrix::Dense< double > &  C 
)

Dense matrix copy (C=A)

Parameters
Amonolish Dense matrix (size M x N)
Cmonolish Dense matrix (size M x N)
Note
  • # of computation: M x N
  • Multi-threading: true
  • GPU acceleration: true
    • # of data transfer: 0

◆ copy() [2/2]

void monolish::blas::copy ( const matrix::Dense< float > &  A,
matrix::Dense< float > &  C 
)