Class ExponentialMatrixEstimatorTest

java.lang.Object
com.irurueta.numerical.ExponentialMatrixEstimatorTest

class ExponentialMatrixEstimatorTest extends Object
  • Field Details

  • Constructor Details

    • ExponentialMatrixEstimatorTest

      ExponentialMatrixEstimatorTest()
  • Method Details

    • exponential_whenNonSquareMatrix_throwsIllegalArgumentException

      @Test void exponential_whenNonSquareMatrix_throwsIllegalArgumentException() throws Exception
      Throws:
      Exception
    • exponential_whenResultHasInvalidRows_throwsIllegalArgumentException

      @Test void exponential_whenResultHasInvalidRows_throwsIllegalArgumentException() throws Exception
      Throws:
      Exception
    • exponential_whenResultHasInvalidColumns_throwsIllegalArgumentException

      @Test void exponential_whenResultHasInvalidColumns_throwsIllegalArgumentException() throws Exception
      Throws:
      Exception
    • exponential_whenInvalidTolerance_throwsIllegalArgumentException

      @Test void exponential_whenInvalidTolerance_throwsIllegalArgumentException() throws Exception
      Throws:
      Exception
    • exponential_whenExample1_returnsExpectedValue

      @Test void exponential_whenExample1_returnsExpectedValue() throws Exception
      Throws:
      Exception
    • exponential_whenExample2_returnsExpectedValue

      @Test void exponential_whenExample2_returnsExpectedValue() throws Exception
      Throws:
      Exception
    • exponential_whenExample3_returnsExpectedValue

      @Test void exponential_whenExample3_returnsExpectedValue() throws Exception
      Throws:
      Exception
    • exponential_whenExample4_returnsExpectedValue

      @Test void exponential_whenExample4_returnsExpectedValue() throws Exception
      Throws:
      Exception
    • exponential_whenExample5_returnsExpectedValue

      @Test void exponential_whenExample5_returnsExpectedValue() throws Exception
      Throws:
      Exception
    • getOrthonormalMatrix

      private static com.irurueta.algebra.Matrix getOrthonormalMatrix(int rows) throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException