类 RealVectorFormatAbstractTest

java.lang.Object
org.hipparchus.linear.RealVectorFormatAbstractTest
直接已知子类:
FrenchRealVectorFormatTest, RealVectorFormatTest

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

    • RealVectorFormatAbstractTest

      public RealVectorFormatAbstractTest()
  • 方法详细资料

    • getLocale

      protected abstract Locale getLocale()
    • getDecimalCharacter

      protected abstract char getDecimalCharacter()
    • testSimpleNoDecimals

      public void testSimpleNoDecimals()
    • testSimpleWithDecimals

      public void testSimpleWithDecimals()
    • testSimpleWithDecimalsTrunc

      public void testSimpleWithDecimalsTrunc()
    • testNegativeX

      public void testNegativeX()
    • testNegativeY

      public void testNegativeY()
    • testNegativeZ

      public void testNegativeZ()
    • testNonDefaultSetting

      public void testNonDefaultSetting()
    • testDefaultFormatRealVectorImpl

      public void testDefaultFormatRealVectorImpl()
    • testNan

      public void testNan()
    • testPositiveInfinity

      public void testPositiveInfinity()
    • tesNegativeInfinity

      public void tesNegativeInfinity()
    • testParseSimpleNoDecimals

      public void testParseSimpleNoDecimals()
    • testParseIgnoredWhitespace

      public void testParseIgnoredWhitespace()
    • testParseSimpleWithDecimals

      public void testParseSimpleWithDecimals()
    • testParseSimpleWithDecimalsTrunc

      public void testParseSimpleWithDecimalsTrunc()
    • testParseNegativeX

      public void testParseNegativeX()
    • testParseNegativeY

      public void testParseNegativeY()
    • testParseNegativeZ

      public void testParseNegativeZ()
    • testParseNegativeAll

      public void testParseNegativeAll()
    • testParseZeroX

      public void testParseZeroX()
    • 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()