Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4459#discussion_r24436968
  
    --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala ---
    @@ -235,12 +235,23 @@ private[spark] object BLAS extends Serializable with 
Logging {
        * @param x the vector x that contains the n elements.
        * @param A the symmetric matrix A. Size of n x n.
        */
    -  def syr(alpha: Double, x: DenseVector, A: DenseMatrix) {
    +
    +  // Wrapper around the dense and sparse methods.
    --- End diff --
    
    This is not part of the JavaDoc. We can either move it to the JavaDoc or to 
the method closure.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to