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