public class GenMinResEx7 extends Object implements 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 and Description |
---|
GenMinResEx7() |
Modifier and Type | Method and Description |
---|---|
void |
amultp(double[] p,
double[] z)
Obtains the multiplication of the matrix
a and the input
p . |
static void |
main(String[] args) |
public void amultp(double[] p, double[] z)
a
and the input
p
. The result is returned in z
.amultp
in interface GenMinRes.Function
p
- a double
array with
p.length
=a[0].length
z
- a double
arrayCopyright © 2020 Rogue Wave Software. All rights reserved.