mat_is_rotmat Function

public function mat_is_rotmat(mat)

Returns .true. if a (3,3) matrix is a rotation matrix.

Arguments

Type IntentOptional Attributes Name
real(kind=rp), intent(in), dimension(3,3) :: mat

(3,3). Matrix to check.

Return Value logical