monolish  0.16.2
MONOlithic LInear equation Solvers for Highly-parallel architecture
Functions
monolish::vml::max

Finds the greatest element in Dense matrix (max(C[0:nnz])) More...

Functions

double monolish::vml::max (const matrix::Dense< double > &C)
 Finds the greatest element in Dense matrix (max(C[0:nnz])) More...
 
float monolish::vml::max (const matrix::Dense< float > &C)
 

Detailed Description

Finds the greatest element in Dense matrix (max(C[0:nnz]))

Function Documentation

◆ max() [1/2]

double monolish::vml::max ( const matrix::Dense< double > &  C)

Finds the greatest element in Dense matrix (max(C[0:nnz]))

Parameters
Cmonolish Dense matrix (size M x N)
Returns
greatest value
Note
  • # of computation: M*N
  • Multi-threading: true
  • GPU acceleration: true

◆ max() [2/2]

float monolish::vml::max ( const matrix::Dense< float > &  C)