Repository: incubator-hivemall Updated Branches: refs/heads/master 31c9e796c -> 533849856
Removed unnecessary comment Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/53384985 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/53384985 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/53384985 Branch: refs/heads/master Commit: 53384985648305968ef6603baad01df1c646b227 Parents: 31c9e79 Author: Makoto Yui <[email protected]> Authored: Thu Oct 11 17:13:50 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Thu Oct 11 17:13:50 2018 +0900 ---------------------------------------------------------------------- core/src/main/java/hivemall/utils/math/MatrixUtils.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/53384985/core/src/main/java/hivemall/utils/math/MatrixUtils.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/hivemall/utils/math/MatrixUtils.java b/core/src/main/java/hivemall/utils/math/MatrixUtils.java index 38329c1..e6e096b 100644 --- a/core/src/main/java/hivemall/utils/math/MatrixUtils.java +++ b/core/src/main/java/hivemall/utils/math/MatrixUtils.java @@ -510,14 +510,9 @@ public final class MatrixUtils { } /** - * Find the first singular vector/value of a matrix A based on the Power method. <<<<<<< HEAD - * - * ======= - * - * >>>>>>> Applied spotless-maven-plugin formatter + * Find the first singular vector/value of a matrix A based on the Power method. * - * @see http - * ://www.cs.yale.edu/homes/el327/datamining2013aFiles/07_singular_value_decomposition.pdf + * @see http://www.cs.yale.edu/homes/el327/datamining2013aFiles/07_singular_value_decomposition.pdf * @param A target matrix * @param x0 initial vector * @param nIter number of iterations for the Power method
