Toggle navigation
VecFor
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
rotate_by_matrix
Subroutine
5 statements
Source File
vecfor_R16P.F90
vecfor_R16P
rotate_by_matrix
Contents
None
private pure subroutine rotate_by_matrix(self, matrix)
Rotate vector given matrix (of ratation).
Arguments
Type
Intent
Optional
Attributes
Name
class(
vector_R16P
),
intent(inout)
::
self
Vector.
real(kind=R16P),
intent(in)
::
matrix
(3,3)
Rotation matrix.
Contents
None