org.apache.commons.math3.linear
Class TriDiagonalTransformerTest

java.lang.Object
  extended by org.apache.commons.math3.linear.TriDiagonalTransformerTest

public class TriDiagonalTransformerTest
extends Object


Constructor Summary
TriDiagonalTransformerTest()
           
 
Method Summary
 void testAEqualQTQt()
           
 void testMatricesValues3()
           
 void testMatricesValues5()
           
 void testNoAccessBelowDiagonal()
           
 void testNonSquare()
           
 void testQOrthogonal()
           
 void testQTOrthogonal()
           
 void testTTriDiagonal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriDiagonalTransformerTest

public TriDiagonalTransformerTest()
Method Detail

testNonSquare

public void testNonSquare()

testAEqualQTQt

public void testAEqualQTQt()

testNoAccessBelowDiagonal

public void testNoAccessBelowDiagonal()

testQOrthogonal

public void testQOrthogonal()

testQTOrthogonal

public void testQTOrthogonal()

testTTriDiagonal

public void testTTriDiagonal()

testMatricesValues5

public void testMatricesValues5()

testMatricesValues3

public void testMatricesValues3()


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