linearalgebra
Class GeneralSolution

java.lang.Object
  extended by linearalgebra.GeneralSolution

public class GeneralSolution
extends java.lang.Object


Field Summary
private  NumericMatrixInterface a
           
private static java.lang.String additionSeparator
           
private  NumericColumnInterface c
           
private  UnknownValue[] x
           
 
Constructor Summary
GeneralSolution(NumericMatrixInterface a, UnknownValue[] x, NumericColumnInterface c)
           
 
Method Summary
 NumericMatrixInterface getMatrixView()
           
private  int getMaxVariableNameLength()
           
private static java.lang.String padStringLeft(java.lang.String str, int size)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

a

private NumericMatrixInterface a

x

private UnknownValue[] x

c

private NumericColumnInterface c

additionSeparator

private static final java.lang.String additionSeparator
See Also:
Constant Field Values
Constructor Detail

GeneralSolution

public GeneralSolution(NumericMatrixInterface a,
                       UnknownValue[] x,
                       NumericColumnInterface c)
Method Detail

getMatrixView

public NumericMatrixInterface getMatrixView()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMaxVariableNameLength

private final int getMaxVariableNameLength()

padStringLeft

private static final java.lang.String padStringLeft(java.lang.String str,
                                                    int size)