类 RealMatrixFormatAbstractTest

java.lang.Object
org.hipparchus.linear.RealMatrixFormatAbstractTest
直接已知子类:
RealMatrixFormatTest

public abstract class RealMatrixFormatAbstractTest extends Object
  • 构造器详细资料

    • RealMatrixFormatAbstractTest

      public RealMatrixFormatAbstractTest()
  • 方法详细资料

    • getLocale

      protected abstract Locale getLocale()
    • getDecimalCharacter

      protected abstract char getDecimalCharacter()
    • testSimpleNoDecimals

      public void testSimpleNoDecimals()
    • testSimpleWithDecimals

      public void testSimpleWithDecimals()
    • testSimpleWithDecimalsTrunc

      public void testSimpleWithDecimalsTrunc()
    • testNegativeComponent

      public void testNegativeComponent()
    • testNegativeComponent2

      public void testNegativeComponent2()
    • testNegativeSecondRow

      public void testNegativeSecondRow()
    • testNonDefaultSetting

      public void testNonDefaultSetting()
    • testDefaultFormat

      public void testDefaultFormat()
    • testNan

      public void testNan()
    • testPositiveInfinity

      public void testPositiveInfinity()
    • tesNegativeInfinity

      public void tesNegativeInfinity()
    • testParseSimpleNoDecimals

      public void testParseSimpleNoDecimals()
    • testParseSimpleWithClosingRowSeparator

      public void testParseSimpleWithClosingRowSeparator()
    • testParseIgnoredWhitespace

      public void testParseIgnoredWhitespace()
    • testParseSimpleWithDecimals

      public void testParseSimpleWithDecimals()
    • testParseSimpleWithDecimalsTrunc

      public void testParseSimpleWithDecimalsTrunc()
    • testParseNegativeComponent

      public void testParseNegativeComponent()
    • testParseNegativeAll

      public void testParseNegativeAll()
    • testParseZeroComponent

      public void testParseZeroComponent()
    • testParseNonDefaultSetting

      public void testParseNonDefaultSetting()
    • testParseNan

      public void testParseNan()
    • testParsePositiveInfinity

      public void testParsePositiveInfinity()
    • testParseNegativeInfinity

      public void testParseNegativeInfinity()
    • testParseNoComponents

      public void testParseNoComponents()
    • testParseManyComponents

      public void testParseManyComponents()
    • testConstructorSingleFormat

      public void testConstructorSingleFormat()
    • testForgottenPrefix

      public void testForgottenPrefix()
    • testForgottenSeparator

      public void testForgottenSeparator()
    • testForgottenSuffix

      public void testForgottenSuffix()