monolish  0.17.1
MONOlithic LInear equation Solvers for Highly-parallel architecture
Functions
monolish::vml::min

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

Functions

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

Detailed Description

Finds the smallest element in Dense matrix (min(C[0:nnz]))

Finds the smallest element in tensor_Dense tensor (min(C[0:nnz]))

Function Documentation

◆ min() [1/4]

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

Finds the smallest element in Dense matrix (min(C[0:nnz]))

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

◆ min() [2/4]

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

◆ min() [3/4]

double monolish::vml::min ( const tensor::tensor_Dense< double > &  C)

Finds the smallest element in tensor_Dense tensor (min(C[0:nnz]))

Parameters
Cmonolish tensor_Dense tensor
Returns
smallest value
Note
  • # of computation: size
  • Multi-threading: true
  • GPU acceleration: true

◆ min() [4/4]

float monolish::vml::min ( const tensor::tensor_Dense< float > &  C)