Package org.ejml.ops

Class FConvertArrays

java.lang.Object
org.ejml.ops.FConvertArrays

@Generated("org.ejml.ops.DConvertArrays")
public class FConvertArrays
extends java.lang.Object
Converts 1D and 2D arrays to and from EJML data types
  • Constructor Summary

    Constructors 
    Constructor Description
    FConvertArrays()  
  • Method Summary

    Modifier and Type Method Description
    static FMatrix4 convert​(float[][] src, @Nullable FMatrix4 dst)  
    static FMatrixRMaj convert​(float[][] src, @Nullable FMatrixRMaj dst)  

    Methods inherited from class java.lang.Object

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