Package ptolemy.domains.pthales.JNI
Class TestJNI
- java.lang.Object
-
- ptolemy.domains.pthales.JNI.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.
-