| 
    monolish
    0.16.3
    
   MONOlithic LInear equation Solvers for Highly-parallel architecture 
   | 
 
atanh to Dense matrix elements (C[0:nnz] = atanh(A[0:nnz])) More...
Functions | |
| void | monolish::vml::atanh (const matrix::Dense< double > &A, matrix::Dense< double > &C) | 
| atanh to Dense matrix elements (C[0:nnz] = atanh(A[0:nnz]))  More... | |
| void | monolish::vml::atanh (const matrix::Dense< float > &A, matrix::Dense< float > &C) | 
atanh to Dense matrix elements (C[0:nnz] = atanh(A[0:nnz]))
| void monolish::vml::atanh | ( | const matrix::Dense< double > & | A, | 
| matrix::Dense< double > & | C | ||
| ) | 
atanh to Dense matrix elements (C[0:nnz] = atanh(A[0:nnz]))
| A | monolish Dense matrix (size M x N) | 
| C | monolish Dense matrix (size M x N) | 
| void monolish::vml::atanh | ( | const matrix::Dense< float > & | A, | 
| matrix::Dense< float > & | C | ||
| ) |