Min¶
The following routines return the location and value of the entry with the minimum value (note: NOT the minimum absolute value).
C++ API¶
-
ValueIntPair<Real>
Max
(const Matrix<Real> &A)
-
ValueIntPair<Real>
Max
(const AbstractDistMatrix<Real> &A)
-
ValueIntPair<Real>
SymmetricMax
(UpperOrLower uplo, const Matrix<Real> &A)
-
ValueIntPair<Real>
SymmetricMax
(UpperOrLower uplo, const AbstractDistMatrix<Real> &A)
-
ValueInt<Real>
VectorMax
(const Matrix<Real> &x)
-
ValueInt<Real>
VectorMax
(const AbstractDistMatrix<Real> &x)
C API¶
-
ElError
ElSymmetricMin_i
(ElUpperOrLower uplo, ElConstMatrix_i A, ElValueIntPair_i* entry)¶
-
ElError
ElSymmetricMin_s
(ElUpperOrLower uplo, ElConstMatrix_s A, ElValueIntPair_s* entry)¶
-
ElError
ElSymmetricMin_d
(ElUpperOrLower uplo, ElConstMatrix_d A, ElValueIntPair_d* entry)¶
-
ElError
ElSymmetricMinDist_i
(ElUpperOrLower uplo, ElConstDistMatrix_i A, ElValueIntPair_i* entry)¶
-
ElError
ElSymmetricMinDist_s
(ElUpperOrLower uplo, ElConstDistMatrix_s A, ElValueIntPair_s* entry)¶
-
ElError
ElSymmetricMinDist_d
(ElUpperOrLower uplo, ElConstDistMatrix_d A, ElValueIntPair_d* entry)¶