BUG: dimension mismatch StructuredDotCS{R,C}Grad
dot() called on sparse matrices obeys 2D dimension matching rules,
even if they are single row/columns. dot() called on (1, N) and
(1, N) arguments, as was being done here, will fail. This transposes
the second argument to fix the problem.
正在显示
请
注册
或者
登录
后发表评论