Function find_angles
Defined in File matching_utils.hpp
Function Documentation
-
arma::fmat find_angles(const arma::fmat &A, const arma::fmat &B)
Calculate pairwise angles between rows of two matrices.
- Parameters:
A – First matrix (M x 2).
B – Second matrix (N x 2).
- Returns:
Matrix (M x N) containing angles in radians.