(C++) Compute Orthogonal and Weighted Diagonal Least Cost Matrix from a Distance Matrix
Source:R/RcppExports.R
cost_matrix_diagonal_weighted_cpp.Rd
Computes the least cost matrix from a distance matrix. Weights diagonals by a factor of 1.414214 with respect to orthogonal paths.
See also
Other Rcpp_matrix:
cost_matrix_diagonal_cpp()
,
cost_matrix_orthogonal_cpp()
,
distance_lock_step_cpp()
,
distance_matrix_cpp()