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_R8P.F90
vecfor_R8P
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_R8P
),
intent(inout)
::
self
Vector.
real(kind=R8P),
intent(in)
::
matrix
(3,3)
Rotation matrix.
Contents
None