qics.cones.SecondOrder¶ class qics.cones.SecondOrder(n)[source]¶ A class representing a second order cone \[\mathcal{Q}_{n+1} = \{ (t, x) \in \mathbb{R} \times \mathbb{R}^{n} : t \geq \| x \|_2 \}.\] Parameters: nintDimension of the vector \(x\), i.e., how many terms are in the Euclidean norm.