pycvxset.common.is_ellipsoid

pycvxset.common.is_ellipsoid(Q)[source]

Check if the set is an ellipsoid

Parameters:

Q (object) – Set to check

Returns:

Returns True if the set is an ellipsoid, False otherwise

Return type:

bool