Class TestJNI


  • public class TestJNI
    extends java.lang.Object
    Test float arrays in Java Native Interface (JNI).
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    rbarrere
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Constructor Summary

      Constructors 
      Constructor Description
      TestJNI()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Test float arrays in JNI.
      • Methods inherited from class java.lang.Object

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

      • TestJNI

        public TestJNI()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Test float arrays in JNI.
        Parameters:
        args - Not used.