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