
(C++) Compute Orthogonal and Diagonal Least Cost Matrix from a Distance Matrix
Source:R/RcppExports.R
cost_matrix_diagonal_cpp.RdComputes the least cost matrix from a distance matrix. Considers diagonals during computation of least-costs.
Arguments
- dist_matrix
(required, distance matrix). Square distance matrix, output of
distance_matrix_cpp().