Elemental
0.86
Introduction
A brief tour of the library
Build system
Core functionality
BLAS-like linear algebra
LAPACK-like linear algebra
Optimization
Solvers
Models
Proximal maps
Utilities
Cone Utilities
Positive Orthant Utilities
Second-order Cone Utilities
Apply
Apply quadratic
Degree
Determinants
Dot products
Embedding maps
Identity
Inverse
Lower norms
Maximum eigenvalues
Maximum step
Minimum eigenvalues
Nesterov-Todd scaling point
Number outside of cone
Push into cone
Push pair into cone
Reflect
Shift
Square-root
Coherence
Covariance
LogBarrier
LogDetDiv
Control theory
Special matrices
Input/output
Indices
Elemental
Docs
»
Optimization
»
Utilities
»
Second-order Cone Utilities
»
Degree
View page source
Degree
¶
Return the number of subcones in the product of second-order cones.
C++ API
¶
Int
soc
::
Degree
(
const
Matrix
<
Int
> &
firstInds
)
¶
Int
soc
::
Degree
(
const
ElementalMatrix<
Int
> &
firstInds
)
¶
Int
soc
::
Degree
(
const
DistMultiVec
<
Int
> &
firstInds
)
¶
C API
¶
TODO
Python API
¶
TODO