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