Class MatrixIntegratorTest

java.lang.Object
com.irurueta.numerical.integration.MatrixIntegratorTest

class MatrixIntegratorTest extends Object
  • Field Details

  • Constructor Details

    • MatrixIntegratorTest

      MatrixIntegratorTest()
  • Method Details

    • create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator

      @Test void create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator

      @Test void create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator

      @Test void create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator

      @Test void create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator

      @Test void create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator

      @Test void create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • comparePerformance

      @Test void comparePerformance() throws com.irurueta.numerical.integration.IntegrationException, com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.numerical.integration.IntegrationException
      com.irurueta.algebra.WrongSizeException