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