matrix.md
ฯ 0.0%
Dimensions
trop/specs/matrix
tropical matrix algebra tropical matrix multiplication for A โ T^(mรn) and B โ T^(nรp): (A โ B)_{ij} = min_k (A_{ik} + B_{kj}) this is the (min, +) analog of standard matrix multiply where ฮฃ becomes min and ร becomes +. complexity: O(mnp) tropical operations (same as classical matmul).โฆ