All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.solver.NormalEqns

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

public class NormalEqns
extends Object
Sets up the normal equations:
A'Ax = A'b


Constructor Index

 o NormalEqns(hasAdjoint, Vector)

Method Index

 o getAtA()
 o getAtb()

Constructors

 o NormalEqns
 public NormalEqns(hasAdjoint A,
                   Vector b)

Methods

 o getAtA
 public CompoundLinearOperatorAdjoint getAtA()
Returns:
A'A
 o getAtb
 public Vector getAtb()
Returns:
A'b

All Packages  Class Hierarchy  This Package  Previous  Next  Index