org.apache.commons.math3.linear
Class RealVectorFormatTest

java.lang.Object
  extended by org.apache.commons.math3.linear.RealVectorFormatAbstractTest
      extended by org.apache.commons.math3.linear.RealVectorFormatTest

public class RealVectorFormatTest
extends RealVectorFormatAbstractTest


Constructor Summary
RealVectorFormatTest()
           
 
Method Summary
protected  char getDecimalCharacter()
           
protected  Locale getLocale()
           
 
Methods inherited from class org.apache.commons.math3.linear.RealVectorFormatAbstractTest
tesNegativeInfinity, testConstructorSingleFormat, testDefaultFormatRealVectorImpl, testForgottenPrefix, testForgottenSeparator, testForgottenSuffix, testNan, testNegativeX, testNegativeY, testNegativeZ, testNonDefaultSetting, testParseIgnoredWhitespace, testParseManyComponents, testParseNan, testParseNegativeAll, testParseNegativeInfinity, testParseNegativeX, testParseNegativeY, testParseNegativeZ, testParseNoComponents, testParseNonDefaultSetting, testParsePositiveInfinity, testParseSimpleNoDecimals, testParseSimpleWithDecimals, testParseSimpleWithDecimalsTrunc, testParseZeroX, testPositiveInfinity, testSimpleNoDecimals, testSimpleWithDecimals, testSimpleWithDecimalsTrunc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealVectorFormatTest

public RealVectorFormatTest()
Method Detail

getDecimalCharacter

protected char getDecimalCharacter()
Specified by:
getDecimalCharacter in class RealVectorFormatAbstractTest

getLocale

protected Locale getLocale()
Specified by:
getLocale in class RealVectorFormatAbstractTest


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.