cost_matrix_diagonal_weighted_cpp function

(C++) Compute Orthogonal and Weighted Diagonal Least Cost Matrix from a Distance Matrix

(C++) Compute Orthogonal and Weighted Diagonal Least Cost Matrix from a Distance Matrix

Computes the least cost matrix from a distance matrix. Weights diagonals by a factor of 1.414214 (square root of 2) with respect to orthogonal paths.

cost_matrix_diagonal_weighted_cpp(dist_matrix)

Arguments

  • dist_matrix: (required, distance matrix). Distance matrix.

Returns

Least cost matrix.

See Also

Other Rcpp_matrix: cost_matrix_diagonal_cpp(), cost_matrix_orthogonal_cpp(), distance_ls_cpp(), distance_matrix_cpp()

  • Maintainer: Blas M. Benito
  • License: MIT + file LICENSE
  • Last published: 2025-02-01