Package org.ejml.dense.block
Class MatrixOps_MT_FDRB
java.lang.Object
org.ejml.dense.block.MatrixOps_MT_FDRB
Various operations on
FMatrixRBlock.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmult(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C) static voidmultTransA(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C) static voidmultTransB(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C)
-
Constructor Details
-
MatrixOps_MT_FDRB
public MatrixOps_MT_FDRB()
-
-
Method Details
-
mult
public static void mult(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C) -
multTransA
public static void multTransA(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C) -
multTransB
public static void multTransB(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C)
-