monolish  0.17.1
MONOlithic LInear equation Solvers for Highly-parallel architecture
Functions
monolish::blas::tscal (tensor_Dense)

tensor_Dense tensor scal: A = alpha * A More...

Functions

void monolish::blas::tscal (const double alpha, tensor::tensor_Dense< double > &A)
 tensor_Dense tensor scal: A = alpha * A More...
 
void monolish::blas::tscal (const float alpha, tensor::tensor_Dense< float > &A)
 

Detailed Description

tensor_Dense tensor scal: A = alpha * A

Function Documentation

◆ tscal() [1/2]

void monolish::blas::tscal ( const double  alpha,
tensor::tensor_Dense< double > &  A 
)

tensor_Dense tensor scal: A = alpha * A

Parameters
alphascalar value
ADense tensor
Note
  • # of computation: size
  • Multi-threading: true
  • GPU acceleration: true
    • # of data transfer: 0

◆ tscal() [2/2]

void monolish::blas::tscal ( const float  alpha,
tensor::tensor_Dense< float > &  A 
)