R/util_cost_matrix_square.R

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