R/util_cost_matrix.R

#'@rdname cost_matrix
#'@title cost_matrix
#'@description Compute cost matrix between two matrices
#'@export
#'
cost_matrix <- function(x, y){
  return(cost_matrix_(x,y))
}
pierrejacob/CoupledPF documentation built on May 25, 2019, 6:07 a.m.