We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d4181 commit 961dc89Copy full SHA for 961dc89
1 file changed
src/symjava/math/Dot.java
@@ -157,6 +157,7 @@ public Expr subs(Expr from, Expr to) {
157
if(Utils.symCompare(this, from))
158
return to;
159
if(expr == null)
160
+ //TODO How to deal with class Vector?
161
return new Dot((SymVector)arg1.subs(from, to), (SymVector)arg2.subs(from, to));
162
else
163
return expr.subs(from, to);
0 commit comments