Package org.ejml.simple.ops
Class WorkAroundForComplex
java.lang.Object
org.ejml.simple.ops.WorkAroundForComplex
Work around for auto code generation issues with complex matrices.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Complex_F64
static Complex_F64
static void
elementSum_F32
(CMatrixRMaj A, Complex_F64 output) static void
elementSum_F64
(ZMatrixRMaj A, Complex_F64 output) static Complex_F64
trace
(CMatrixRMaj A) static Complex_F64
trace
(ZMatrixRMaj A)
-
Constructor Details
-
WorkAroundForComplex
public WorkAroundForComplex()
-
-
Method Details
-
elementSum_F32
-
elementSum_F64
-
determinant
-
determinant
-
trace
-
trace
-