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

ceil to Dense matrix elements (C[0:nnz] = ceil(A[0:nnz])) More...

Functions

void monolish::vml::ceil (const matrix::Dense< double > &A, matrix::Dense< double > &C)
 ceil to Dense matrix elements (C[0:nnz] = ceil(A[0:nnz])) More...
 
void monolish::vml::ceil (const matrix::Dense< float > &A, matrix::Dense< float > &C)
 
void monolish::vml::ceil (const tensor::tensor_Dense< double > &A, tensor::tensor_Dense< double > &C)
 ceil to tensor_Dense tensor elements (C[0:nnz] = ceil(A[0:nnz])) More...
 
void monolish::vml::ceil (const tensor::tensor_Dense< float > &A, tensor::tensor_Dense< float > &C)
 

Detailed Description

ceil to Dense matrix elements (C[0:nnz] = ceil(A[0:nnz]))

ceil to tensor_Dense tensor elements (C[0:nnz] = ceil(A[0:nnz]))

Function Documentation

◆ ceil() [1/4]

void monolish::vml::ceil ( const matrix::Dense< double > &  A,
matrix::Dense< double > &  C 
)

ceil to Dense matrix elements (C[0:nnz] = ceil(A[0:nnz]))

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

◆ ceil() [2/4]

void monolish::vml::ceil ( const matrix::Dense< float > &  A,
matrix::Dense< float > &  C 
)

◆ ceil() [3/4]

void monolish::vml::ceil ( const tensor::tensor_Dense< double > &  A,
tensor::tensor_Dense< double > &  C 
)

ceil to tensor_Dense tensor elements (C[0:nnz] = ceil(A[0:nnz]))

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

◆ ceil() [4/4]

void monolish::vml::ceil ( const tensor::tensor_Dense< float > &  A,
tensor::tensor_Dense< float > &  C 
)