Toggle navigation
VecFor
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
mirror_by_matrix
Subroutine
5 statements
Source File
vecfor_RPP.F90
vecfor_RPP
mirror_by_matrix
Contents
None
private pure subroutine mirror_by_matrix(self, matrix)
Mirror vector given matrix (of mirroring).
Arguments
Type
Intent
Optional
Attributes
Name
class(
vector
),
intent(inout)
::
self
Vector.
real(kind=R8P),
intent(in)
::
matrix
(3,3)
Mirroring matrix.
Contents
None