(C++) Compute Orthogonal and Diagonal Least Cost Matrix from a Distance Matrix
Source:R/RcppExports.R
cost_matrix_diagonal_cpp.Rd
Computes 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()
.
See also
Other Rcpp_matrix:
cost_matrix_diagonal_weighted_cpp()
,
cost_matrix_orthogonal_cpp()
,
distance_lock_step_cpp()
,
distance_matrix_cpp()