Uses of Class
org.ejml.data.ElementLocation
Packages that use ElementLocation
-
Uses of ElementLocation in org.ejml.data
Methods in org.ejml.data with parameters of type ElementLocation -
Uses of ElementLocation in org.ejml.dense.row
Methods in org.ejml.dense.row with parameters of type ElementLocationModifier and TypeMethodDescriptionstatic doubleCommonOps_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 floatCommonOps_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 doubleCommonOps_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 floatCommonOps_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 doubleCommonOps_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 floatCommonOps_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 doubleCommonOps_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 floatCommonOps_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
Methods in org.ejml.dense.row.misc with parameters of type ElementLocationModifier and TypeMethodDescriptionstatic doubleImplCommonOps_DDRM.elementMax(DMatrixD1 a, @Nullable ElementLocation loc) static floatImplCommonOps_FDRM.elementMax(FMatrixD1 a, @Nullable ElementLocation loc) static doubleImplCommonOps_DDRM.elementMaxAbs(DMatrixD1 a, @Nullable ElementLocation loc) static floatImplCommonOps_FDRM.elementMaxAbs(FMatrixD1 a, @Nullable ElementLocation loc) static doubleImplCommonOps_DDRM.elementMin(DMatrixD1 a, @Nullable ElementLocation loc) static floatImplCommonOps_FDRM.elementMin(FMatrixD1 a, @Nullable ElementLocation loc) static doubleImplCommonOps_DDRM.elementMinAbs(DMatrixD1 a, @Nullable ElementLocation loc) static floatImplCommonOps_FDRM.elementMinAbs(FMatrixD1 a, @Nullable ElementLocation loc)