`$X$` are nonnegative.
"""
+from sage.all import *
+
# Sage doesn't load ~/.sage/init.sage during testing (sage -t), so we
# have to explicitly mangle our sitedir here so that "mjo.cone"
# resolves.
Either ``True`` if ``A`` is completely positive, or ``False``
otherwise.
+ SETUP::
+
+ sage: from mjo.cone.completely_positive import is_completely_positive
+
EXAMPLES:
Generate an extreme completely positive matrix and check that we
1. Berman, Abraham and Shaked-Monderer, Naomi. Completely Positive
Matrices. World Scientific, 2003.
+ SETUP::
+
+ sage: from mjo.cone.completely_positive import is_extreme_completely_positive
+
EXAMPLES:
Generate an extreme completely positive matrix and check that we