monolish  0.17.3-dev.23
MONOlithic LInear equation Solvers for Highly-parallel architecture
Functions
monolish::vml::atan

atan to CRS matrix elements (C[0:nnz] = atan(A[0:nnz])) More...

Functions

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

Detailed Description

atan to CRS matrix elements (C[0:nnz] = atan(A[0:nnz]))

atan to tensor_CRS matrix elements (C[0:nnz] = atan(A[0:nnz]))

Function Documentation

◆ atan() [1/4]

void monolish::vml::atan ( const matrix::CRS< double > &  A,
matrix::CRS< double > &  C 
)

atan to CRS matrix elements (C[0:nnz] = atan(A[0:nnz]))

Parameters
Amonolish CRS matrix (size M x N)
Cmonolish CRS matrix (size M x N)
Note
  • # of computation: nnz
  • Multi-threading: true
  • GPU acceleration: true
Warning
A, B, and C must be same non-zero structure

◆ atan() [2/4]

void monolish::vml::atan ( const matrix::CRS< float > &  A,
matrix::CRS< float > &  C 
)

◆ atan() [3/4]

void monolish::vml::atan ( const tensor::tensor_CRS< double > &  A,
tensor::tensor_CRS< double > &  C 
)

atan to tensor_CRS matrix elements (C[0:nnz] = atan(A[0:nnz]))

Parameters
Amonolish tensor_CRS matrix (size M x N)
Cmonolish tensor_CRS matrix (size M x N)
Note
  • # of computation: nnz
  • Multi-threading: true
  • GPU acceleration: true
Warning
A, B, and C must be same non-zero structure

◆ atan() [4/4]

void monolish::vml::atan ( const tensor::tensor_CRS< float > &  A,
tensor::tensor_CRS< float > &  C 
)