org.apache.commons.math3.linear
Class RealMatrixFormatTest

java.lang.Object
  extended by org.apache.commons.math3.linear.RealMatrixFormatAbstractTest
      extended by org.apache.commons.math3.linear.RealMatrixFormatTest

public class RealMatrixFormatTest
extends RealMatrixFormatAbstractTest


Constructor Summary
RealMatrixFormatTest()
           
 
Method Summary
protected  char getDecimalCharacter()
           
protected  Locale getLocale()
           
 
Methods inherited from class org.apache.commons.math3.linear.RealMatrixFormatAbstractTest
tesNegativeInfinity, testConstructorSingleFormat, testDefaultFormat, testForgottenPrefix, testForgottenSeparator, testForgottenSuffix, testNan, testNegativeComponent, testNegativeComponent2, testNegativeSecondRow, testNonDefaultSetting, testParseIgnoredWhitespace, testParseManyComponents, testParseNan, testParseNegativeAll, testParseNegativeComponent, testParseNegativeInfinity, testParseNoComponents, testParseNonDefaultSetting, testParsePositiveInfinity, testParseSimpleNoDecimals, testParseSimpleWithClosingRowSeparator, testParseSimpleWithDecimals, testParseSimpleWithDecimalsTrunc, testParseZeroComponent, testPositiveInfinity, testSimpleNoDecimals, testSimpleWithDecimals, testSimpleWithDecimalsTrunc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealMatrixFormatTest

public RealMatrixFormatTest()
Method Detail

getDecimalCharacter

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

getLocale

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


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