comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@728717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0815079329
commit
6916b0314d
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue