Class MatrixFieldBaseTest

    • Constructor Detail

      • MatrixFieldBaseTest

        public MatrixFieldBaseTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printTestHeader

        protected void printTestHeader​(java.lang.String str)
        Prints a header with the name of the test as specified in str.
      • testMatrixOps

        public void testMatrixOps()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testIdentity

        public void testIdentity()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • checkMatrix

        public void checkMatrix​(java.lang.String str,
                                java.lang.Object expect,
                                double d)
                         throws JepException
        Throws:
        JepException
      • getNumber

        protected java.lang.Object getNumber​(double val)
      • checkMatrix

        public void checkMatrix​(java.lang.String str,
                                java.lang.Object expect)
                         throws JepException
        Throws:
        JepException
      • checkValue

        public void checkValue​(java.lang.String str,
                               java.lang.Object expect)
                        throws JepException
        Throws:
        JepException
      • checkValue

        public void checkValue​(java.lang.String str,
                               java.lang.Object expect,
                               double prec)
                        throws JepException
        Throws:
        JepException
      • equalsEle

        public boolean equalsEle​(java.lang.Object expect,
                                 java.lang.Object res,
                                 double prec)
      • TestLightWeightComponents

        public void TestLightWeightComponents()
      • test_serialization_of_vectors_and_matricies

        public void test_serialization_of_vectors_and_matricies()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception