Package org.ejml.ops

Class DConvertArrays

java.lang.Object
org.ejml.ops.DConvertArrays

public class DConvertArrays
extends java.lang.Object
Converts 1D and 2D arrays to and from EJML data types
  • Constructor Summary

    Constructors 
    Constructor Description
    DConvertArrays()  
  • Method Summary

    Modifier and Type Method Description
    static DMatrix4 convert​(double[][] src, @Nullable DMatrix4 dst)  
    static DMatrixRMaj convert​(double[][] src, @Nullable DMatrixRMaj dst)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait