Number outside cone¶
Compute the number of entries of the matrix that are negative.
C++ API¶
-
Int
pos_orth
::
NumOutside
(const SparseMatrix<Real> &A)¶
-
Int
pos_orth
::
NumOutside
(const AbstractDistMatrix<Real> &A)¶
-
Int
pos_orth
::
NumOutside
(const DistSparseMatrix<Real> &A)¶
-
Int
pos_orth
::
NumOutside
(const DistMultiVec<Real> &A)¶
C API¶
TODO
Python API¶
TODO