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

LinearOperator subtract: C = A - B. More...

Functions

void monolish::blas::matsub (const matrix::LinearOperator< double > &A, const matrix::LinearOperator< double > &B, matrix::LinearOperator< double > &C)
 LinearOperator subtract: C = A - B. More...
 
void monolish::blas::matsub (const matrix::LinearOperator< float > &A, const matrix::LinearOperator< float > &B, matrix::LinearOperator< float > &C)
 

Detailed Description

LinearOperator subtract: C = A - B.

Function Documentation

◆ matsub() [1/2]

void monolish::blas::matsub ( const matrix::LinearOperator< double > &  A,
const matrix::LinearOperator< double > &  B,
matrix::LinearOperator< double > &  C 
)

LinearOperator subtract: C = A - B.

Parameters
ALinearOperator (size M x N)
BLinearOperator (size M x N)
CLinearOperator (size M x N)
Note
  • # of computation: 2 functions
  • Multi-threading: false
  • GPU acceleration: false

◆ matsub() [2/2]

void monolish::blas::matsub ( const matrix::LinearOperator< float > &  A,
const matrix::LinearOperator< float > &  B,
matrix::LinearOperator< float > &  C 
)