All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.solver.CGSimpleTest

java.lang.Object
   |
   +----juice.solver.CGSimpleTest

public final class CGSimpleTest
extends Object



Constructor Index

 o CGSimpleTest()

Method Index

 o main(String[])
I solve here b = L x for x (b, L are known).

Constructors

 o CGSimpleTest
 public CGSimpleTest()

Methods

 o main
 public static void main(String args[])
I solve here b = L x for x (b, L are known). I create the "true answer" m by filling it with random numbers. To ensure that L is positive definite I construct it as L = (A'A) where A is filled with random numbers. Next I set b = L m. Finally, I solve b = L x for x. I expect the solution to be x = m. As an initial guess I use x = 0.


All Packages  Class Hierarchy  This Package  Previous  Next  Index