QR decomposition: Difference between revisions

Content added Content deleted
Line 1,929: Line 1,929:


=={{header|Java}}==
=={{header|Java}}==
=== Jama ===
=== JAMA ===
Using the [https://math.nist.gov/javanumerics/jama/ Jama] library. Compile with: '''javac -cp Jama-1.0.3.jar Decompose.java'''.
Using the [https://math.nist.gov/javanumerics/jama/ JAMA] library. Compile with: '''javac -cp Jama-1.0.3.jar Decompose.java'''.


<lang java>import Jama.Matrix;
<lang java>import Jama.Matrix;