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