Class WorkAroundForComplex

java.lang.Object
org.ejml.simple.ops.WorkAroundForComplex

public class WorkAroundForComplex extends Object
Work around for auto code generation issues with complex matrices.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.ejml.data.Complex_F64
    determinant(org.ejml.data.CMatrixRMaj A)
     
    static org.ejml.data.Complex_F64
    determinant(org.ejml.data.ZMatrixRMaj A)
     
    static void
    elementSum_F32(org.ejml.data.CMatrixRMaj A, org.ejml.data.Complex_F64 output)
     
    static void
    elementSum_F64(org.ejml.data.ZMatrixRMaj A, org.ejml.data.Complex_F64 output)
     
    static org.ejml.data.Complex_F64
    trace(org.ejml.data.CMatrixRMaj A)
     
    static org.ejml.data.Complex_F64
    trace(org.ejml.data.ZMatrixRMaj A)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkAroundForComplex

      public WorkAroundForComplex()
  • Method Details

    • elementSum_F32

      public static void elementSum_F32(org.ejml.data.CMatrixRMaj A, org.ejml.data.Complex_F64 output)
    • elementSum_F64

      public static void elementSum_F64(org.ejml.data.ZMatrixRMaj A, org.ejml.data.Complex_F64 output)
    • determinant

      public static org.ejml.data.Complex_F64 determinant(org.ejml.data.CMatrixRMaj A)
    • determinant

      public static org.ejml.data.Complex_F64 determinant(org.ejml.data.ZMatrixRMaj A)
    • trace

      public static org.ejml.data.Complex_F64 trace(org.ejml.data.CMatrixRMaj A)
    • trace

      public static org.ejml.data.Complex_F64 trace(org.ejml.data.ZMatrixRMaj A)