Skip to content

Commit

Permalink
Rewind of MatrixNormalRV apply method
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar2812 committed Sep 20, 2017
1 parent 2c5f534 commit 4894527
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,4 @@ case class MatrixNormalRV(
DenseMatrix[Double], (DenseMatrix[Double], DenseMatrix[Double]), MatrixNormal] {

override val underlyingDist = MatrixNormal(m, u, v)
}

object MatrixNormalRV {

def apply(
m: DenseMatrix[Double],
u: DenseMatrix[Double],
v: DenseMatrix[Double]): MatrixNormalRV =
new MatrixNormalRV(m, u, v)

}

0 comments on commit 4894527

Please sign in to comment.