Skip to content

Commit 9dea653

Browse files
committed
Improvements to scala doc comments: PushforwardMap
1 parent aad9725 commit 9dea653

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/analysis/PushforwardMap.scala

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ import io.github.mandar2812.dynaml.probability._
2424
import spire.algebra.Field
2525

2626
/**
27-
* @author mandar2812 on 22/12/2016.
28-
*
2927
* Push forward map is a function that has a well defined inverse
3028
* as well as Jacobian of the inverse.
31-
*/
29+
* @author mandar2812 on 22/12/2016.
30+
*
31+
* */
3232
abstract class PushforwardMap[
3333
@specialized(Double) Source,
3434
@specialized(Double) Destination,
@@ -49,9 +49,6 @@ abstract class PushforwardMap[
4949
: MeasurableDistrRV[Source, Destination, Jacobian, ContinuousDistr[Source]] =
5050
new MeasurableDistrRV[Source, Destination, Jacobian, ContinuousDistr[Source]](r)(self)
5151

52-
53-
//def ->[P <: ContinuousProcess[_, _, ]]
54-
5552
/**
5653
* Return the implementation used for calculating
5754
* determinant of the inverse function's Jacobian

0 commit comments

Comments
 (0)