git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@728717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-12-22 15:51:45 +00:00
parent 0815079329
commit 6916b0314d
2 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,7 @@ public class LUDecompositionImpl implements LUDecomposition {
return new Solver(lu, pivot, singular);
}
/** Specialized solver. */
private static class Solver implements DecompositionSolver {
/** Serializable version identifier. */

View File

@ -250,6 +250,7 @@ public class QRDecompositionImpl implements QRDecomposition {
return new Solver(qrt, rDiag);
}
/** Specialized solver. */
private static class Solver implements DecompositionSolver {
/** Serializable version identifier. */