Package com.imsl.test.example.math
Class GenMinResEx7
java.lang.Object
com.imsl.test.example.math.GenMinResEx7
- All Implemented Interfaces:
GenMinRes.Function
Solves a small linear system with logging.
A solution to a small linear system is found. The coefficient matrix is stored as a full matrix and no preconditioning is used. Typically, preconditioning is required to achieve convergence in a reasonable number of iterations. Logging is enabled so that intermediate output and a summary report are generated.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GenMinResEx7
public GenMinResEx7()
-
-
Method Details
-
amultp
public void amultp(double[] p, double[] z) Obtains the multiplication of the matrixaand the inputp. The result is returned inz.- Specified by:
amultpin interfaceGenMinRes.Function- Parameters:
p- adoublearray withp.length=a[0].lengthz- adoublearray
-
main
- Throws:
Exception
-