Class MatrixOps_MT_FDRB

java.lang.Object
org.ejml.dense.block.MatrixOps_MT_FDRB

@Generated("org.ejml.dense.block.MatrixOps_FDRB") public class MatrixOps_MT_FDRB extends Object
Various operations on FMatrixRBlock.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    mult(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C)
     
    static void
    multTransA(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C)
     
    static void
    multTransB(org.ejml.data.FMatrixRBlock A, org.ejml.data.FMatrixRBlock B, org.ejml.data.FMatrixRBlock C)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)