I am studying the generalized $n$-species competitive Lotka-Volterra system where populations of species $i$ are defined by the standard differential equation:
$$ \dot x_i = f_i(\mathbf{x}) := x_i \left( 1 - \sum_j a_{ij}x_j \right) $$
where all $a_{ij} \geq 0$ and $a_{ii}=1$. I know that any asymptotic behavior can be observed in general. However, I am wondering if there exist some constraints on the competition (or interaction) matrix $\mathbf{A}$ — with elements $a_{ij}$ — such that only a single species survives. More formally, do there exist characteristics of $\mathbf{A}$ such that there is only one fixed point $\mathbf{x}^\star_k$ wherein $x_k = 1$ and $\forall j\neq k, x_j=0$?
I have already observed that if $\mathbf{A}$ is a lower triangular matrix with all elements $1$ we obtain that only the dominant species $x_1$ will survive. We can also always reorder/relabel any system such that the species with index $1$ is the dominant one. It will the the only one to survive as we have in the fixed point $\mathbf{x}^\star$: $$ f_1(\mathbf{x}^\star) = x_1^\star(1-x_1^\star) = 0, \;\text{thus}\; x_1^\star = 1, $$ as we are interested in systems with $x_i(0) > 0$. This is just logistic growth of species $1$. For subsequent species $x_2$ we obtain $$ f_2(\mathbf{x}^\star) = x_2^\star(1-x_2^\star-x_1^\star) = 0, \;\text{thus}\; x_2^\star = 0, $$ and the same holds for any other $i>2$.
Is this the only way that we can make only a single (dominant) species survive if all initial abundances are positive, $x_i>0$? Or are there perhaps more constraints we can place on the competition matrix $\mathbf{A}$ (or its elements $a_{ij}$) that ensure only a single species survives in the end?