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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidelementDiv(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 floatelementMax(FMatrixD1 a, @Nullable ElementLocation loc) static floatelementMaxAbs(FMatrixD1 a, @Nullable ElementLocation loc) static floatelementMin(FMatrixD1 a, @Nullable ElementLocation loc) static floatelementMinAbs(FMatrixD1 a, @Nullable ElementLocation loc) static voidelementMult(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 floatelementSum(FMatrixD1 mat) static floatelementSumAbs(FMatrixD1 mat) static voidextract(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
-