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