Skip to content

Commit 32468b1

Browse files
committed
add comments
1 parent dbf2697 commit 32468b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/symjava/symbolic/Integrate.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ public Integrate changeOfVars(Transformation trans) {
6666
this.domain.transform(this.domain.getLabel()+"T", trans));
6767
}
6868

69+
/**
70+
* Change of Variables for the integration
71+
*
72+
* @param subsList
73+
* @param jac
74+
* @param target
75+
* @return
76+
*/
6977
public Integrate changeOfVars(List<ExprPair> subsList, Expr jac, Domain target) {
7078
Expr tmp = this.integrand;
7179
for(ExprPair p : subsList) {

0 commit comments

Comments
 (0)