Package org.ejml.dense.row.misc
Class ImplCommonOps_FDRM
java.lang.Object
org.ejml.dense.row.misc.ImplCommonOps_FDRM
@Generated("org.ejml.dense.row.misc.ImplCommonOps_DDRM")
public class ImplCommonOps_FDRM
extends Object
Implementations of common ops routines for
FMatrixRMaj
. In general
there is no need to directly invoke these functions.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
elementDiv
(FMatrixD1 A, FMatrixD1 B) static <T extends FMatrixD1>
TelementDiv
(T A, T B, T output) static <T extends FMatrixD1>
TelementExp
(T A, T output) static <T extends FMatrixD1>
TelementLog
(T A, T output) static float
elementMax
(FMatrixD1 a, @Nullable ElementLocation loc) static float
elementMaxAbs
(FMatrixD1 a, @Nullable ElementLocation loc) static float
elementMin
(FMatrixD1 a, @Nullable ElementLocation loc) static float
elementMinAbs
(FMatrixD1 a, @Nullable ElementLocation loc) static void
elementMult
(FMatrixD1 A, FMatrixD1 B) static <T extends FMatrixD1>
TelementMult
(T A, T B, T output) static <T extends FMatrixD1>
TelementPower
(float a, T B, T output) static <T extends FMatrixD1>
TelementPower
(T A, float b, T output) static <T extends FMatrixD1>
TelementPower
(T A, T B, T output) static float
elementSum
(FMatrixD1 mat) static float
elementSumAbs
(FMatrixD1 mat) static void
extract
(FMatrixRMaj src, int srcY0, int srcX0, FMatrixRMaj dst, int dstY0, int dstX0, int numRows, int numCols)
-
Constructor Details
-
ImplCommonOps_FDRM
public ImplCommonOps_FDRM()
-
-
Method Details
-
extract
public static void extract(FMatrixRMaj src, int srcY0, int srcX0, FMatrixRMaj dst, int dstY0, int dstX0, int numRows, int numCols) -
elementMax
-
elementMaxAbs
-
elementMin
-
elementMinAbs
-
elementMult
-
elementMult
-
elementDiv
-
elementDiv
-
elementSum
-
elementSumAbs
-
elementPower
-
elementPower
-
elementPower
-
elementLog
-
elementExp
-