Octopus
symm_op_oct_m::symm_op_apply_inv_red Interface Reference

Detailed Description

Definition at line 162 of file symm_op.F90.

Private Member Functions

integer function, dimension(1:this%dim) isymm_op_apply_inv_red (this, aa)
 
pure real(real64) function, dimension(1:this%dim) dsymm_op_apply_inv_red (this, aa)
 
pure complex(real64) function, dimension(1:this%dim) zsymm_op_apply_inv_red (this, aa)
 

Member Function/Subroutine Documentation

◆ isymm_op_apply_inv_red()

integer function, dimension(1:this%dim) symm_op_oct_m::symm_op_apply_inv_red::isymm_op_apply_inv_red ( type(symm_op_t), intent(in)  this,
integer, dimension(:), intent(in)  aa 
)
private
Parameters
[in]aa(3)

Definition at line 363 of file symm_op.F90.

◆ dsymm_op_apply_inv_red()

pure real(real64) function, dimension(1:this%dim) symm_op_oct_m::symm_op_apply_inv_red::dsymm_op_apply_inv_red ( type(symm_op_t), intent(in)  this,
real(real64), dimension(:), intent(in)  aa 
)
private
Parameters
[in]aa(thisdim)

Definition at line 451 of file symm_op.F90.

◆ zsymm_op_apply_inv_red()

pure complex(real64) function, dimension(1:this%dim) symm_op_oct_m::symm_op_apply_inv_red::zsymm_op_apply_inv_red ( type(symm_op_t), intent(in)  this,
complex(real64), dimension(:), intent(in)  aa 
)
private
Parameters
[in]aa(thisdim)

Definition at line 606 of file symm_op.F90.


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