X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=dunshire%2Fcones.py;h=bc2764098176f2020a7165ebd41155ca77e6ef79;hp=50c57e747952cd207005d82ef25b6817e29bef61;hb=7d7775ac5300884e4e87fad322daa98469e3531c;hpb=779389fb623926afc411587fdc43f69bf63808a6 diff --git a/dunshire/cones.py b/dunshire/cones.py index 50c57e7..bc27640 100644 --- a/dunshire/cones.py +++ b/dunshire/cones.py @@ -734,7 +734,7 @@ class CartesianProduct(SymmetricCone): Returns ------- - tuple of :class:`SymmetricCone`. + tuple of SymmetricCone. The factors of this cartesian product. Examples