Class DoubleMatrixTest

java.lang.Object
com.singularsys.exttests.matrix.MatrixFieldBaseTest
com.singularsys.exttests.matrix.DoubleMatrixTest
Direct Known Subclasses:
SequenceMatrixTest

public class DoubleMatrixTest extends MatrixFieldBaseTest
Tests for matrix operations using the DoubleMatrixField.
  • Constructor Details

    • DoubleMatrixTest

      public DoubleMatrixTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • getFactoryWithBooleans

      public MatrixFactoryI getFactoryWithBooleans()
    • getFieldWithBooleans

      public MatrixFieldI getFieldWithBooleans()
    • test_factories_without_boolean_values

      @Test public void test_factories_without_boolean_values() throws Exception
      Throws:
      Exception
    • test_factories_with_boolean_values

      @Test public void test_factories_with_boolean_values() throws Exception
      Throws:
      Exception
    • test_logical_without_boolean

      @Test public void test_logical_without_boolean() throws Exception
      Throws:
      Exception
    • test_logical_with_boolean

      @Test public void test_logical_with_boolean() throws Exception
      Throws:
      Exception