vprusso / toqito

|toqito> (Theory of Quantum Information Toolkit) in Python :snake:
https://toqito.readthedocs.io/en/latest/
MIT License
137 stars 54 forks source link

Compute the nonnegative rank of a nonnegative matrix #648

Open vprusso opened 2 weeks ago

vprusso commented 2 weeks ago

The nonnegative rank of a matrix, $A$, is defined as the smallest integer $k$ such that there exists nonnegative matrices $L$ and $R$ where $L$ is a $n \times k$ matrix and where $R$ is a $k \times m$ matrix such that $A = LR$.