Octopus
batch_ops_oct_m::batch_pointwise_mul Interface Reference

Detailed Description

Definition at line 248 of file batch_ops.F90.

Private Member Functions

subroutine batch_mul_cj (np, xx, yy, zz, conjugate_yy)
 Point-wise multiply two batches with optional conjugation on yy: zz_i = xx_i * CJ(yy_i) More...
 

Member Function/Subroutine Documentation

◆ batch_mul_cj()

subroutine batch_ops_oct_m::batch_pointwise_mul::batch_mul_cj ( integer, intent(in)  np,
class(batch_t), intent(in)  xx,
class(batch_t), intent(in)  yy,
class(batch_t), intent(inout)  zz,
logical, intent(in), optional  conjugate_yy 
)
private

Point-wise multiply two batches with optional conjugation on yy: zz_i = xx_i * CJ(yy_i)

Definition at line 485 of file batch_ops.F90.


The documentation for this interface was generated from the following file: