monolish
0.16.3
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
Create a new Dense matrix with greatest elements of two matrices (C[0:nnz] = max(A[0:nnz], B[0:nnz])) More...
Functions | |
void | monolish::vml::max (const matrix::Dense< double > &A, const matrix::Dense< double > &B, matrix::Dense< double > &C) |
Create a new Dense matrix with greatest elements of two matrices (C[0:nnz] = max(A[0:nnz], B[0:nnz])) More... | |
void | monolish::vml::max (const matrix::Dense< float > &A, const matrix::Dense< float > &B, matrix::Dense< float > &C) |
Create a new Dense matrix with greatest elements of two matrices (C[0:nnz] = max(A[0:nnz], B[0:nnz]))
void monolish::vml::max | ( | const matrix::Dense< double > & | A, |
const matrix::Dense< double > & | B, | ||
matrix::Dense< double > & | C | ||
) |
Create a new Dense matrix with greatest elements of two matrices (C[0:nnz] = max(A[0:nnz], B[0:nnz]))
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::max | ( | const matrix::Dense< float > & | A, |
const matrix::Dense< float > & | B, | ||
matrix::Dense< float > & | C | ||
) |