rotlib
1.0.0
Source Files
Modules
Procedures
mat_is_rotmat
Function
MIT
13 statements
Source File
rotlib_m.f90
rotlib_m
mat_is_rotmat
Contents
public function mat_is_rotmat(mat)
Returns
.true.
if a (3,3) matrix is a rotation matrix.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rp),
intent(in),
dimension(3,3)
::
mat
(3,3). Matrix to check.
Return Value
logical