Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Mar 20, 2014
1 parent aa2bbcb commit c6ecc1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.apache.spark.mllib.linalg._
*/
object LAUtils {
/**
* Convert a SparseMatrix into a DenseMatrix
* Convert a SparseMatrix into a TallSkinnyDenseMatrix
*
* @param sp Sparse matrix to be converted
* @return dense version of the input
Expand All @@ -49,7 +49,7 @@ object LAUtils {
}

/**
* Convert a DenseMatrix to a SparseMatrix
* Convert a TallSkinnyDenseMatrix to a SparseMatrix
*
* @param a matrix to be converted
* @return sparse version of the input
Expand Down

0 comments on commit c6ecc1f

Please sign in to comment.