tropdet: Tropical Determinant of a Matrix

Description Usage Arguments Value Examples

View source: R/tropdet.R

Description

Compute the tropical determinant for a given matrix. This is equivalent to solving an assignment problem.

Usage

1

Arguments

x

a square matrix

Value

The determinant of the given matrix,

Examples

1
2
R <- matrix(sample(1:9, 9), nrow = 3)
tropdet(R)

Rtropical documentation built on Nov. 10, 2021, 1:07 a.m.