Uses of Class
org.ejml.data.ElementLocation
-
Uses of ElementLocation in org.ejml.data
-
Uses of ElementLocation in org.ejml.dense.row
Modifier and TypeMethodDescriptionstatic double
CommonOps_DDRM.elementMax
(DMatrixD1 a, ElementLocation loc) Returns the value of the element in the matrix that has the largest value.
Max{ aij } for all i and jstatic float
CommonOps_FDRM.elementMax
(FMatrixD1 a, ElementLocation loc) Returns the value of the element in the matrix that has the largest value.
Max{ aij } for all i and jstatic double
CommonOps_DDRM.elementMaxAbs
(DMatrixD1 a, ElementLocation loc) Returns the absolute value of the element in the matrix that has the largest absolute value.
Max{ |aij| } for all i and jstatic float
CommonOps_FDRM.elementMaxAbs
(FMatrixD1 a, ElementLocation loc) Returns the absolute value of the element in the matrix that has the largest absolute value.
Max{ |aij| } for all i and jstatic double
CommonOps_DDRM.elementMin
(DMatrixD1 a, ElementLocation loc) Returns the value of the element in the matrix that has the minimum value.
Min{ aij } for all i and jstatic float
CommonOps_FDRM.elementMin
(FMatrixD1 a, ElementLocation loc) Returns the value of the element in the matrix that has the minimum value.
Min{ aij } for all i and jstatic double
CommonOps_DDRM.elementMinAbs
(DMatrixD1 a, ElementLocation loc) Returns the absolute value of the element in the matrix that has the smallest absolute value.
Min{ |aij| } for all i and jstatic float
CommonOps_FDRM.elementMinAbs
(FMatrixD1 a, ElementLocation loc) Returns the absolute value of the element in the matrix that has the smallest absolute value.
Min{ |aij| } for all i and j -
Uses of ElementLocation in org.ejml.dense.row.misc
Modifier and TypeMethodDescriptionstatic double
ImplCommonOps_DDRM.elementMax
(DMatrixD1 a, @Nullable ElementLocation loc) static float
ImplCommonOps_FDRM.elementMax
(FMatrixD1 a, @Nullable ElementLocation loc) static double
ImplCommonOps_DDRM.elementMaxAbs
(DMatrixD1 a, @Nullable ElementLocation loc) static float
ImplCommonOps_FDRM.elementMaxAbs
(FMatrixD1 a, @Nullable ElementLocation loc) static double
ImplCommonOps_DDRM.elementMin
(DMatrixD1 a, @Nullable ElementLocation loc) static float
ImplCommonOps_FDRM.elementMin
(FMatrixD1 a, @Nullable ElementLocation loc) static double
ImplCommonOps_DDRM.elementMinAbs
(DMatrixD1 a, @Nullable ElementLocation loc) static float
ImplCommonOps_FDRM.elementMinAbs
(FMatrixD1 a, @Nullable ElementLocation loc)