-
I am using the projection function with TV, I thought a Float32. type m will work, but the follow error prompted:
What is Vector{TF} type in julia and how to define it or convert Float32. to Vector{TF} ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
THe error message is saying what it expect, i.e a |
Beta Was this translation helpful? Give feedback.
-
In addition to that, I have a second question. The Judi Package have parallization in forward modeling. In gradient calculating process, for example, if I use the JudiJacobian method
and
Are there any method to accelerating this step (not using other functions like lsqr)? Because in my case this step is very slow in iteration. |
Beta Was this translation helpful? Give feedback.
THe error message is saying what it expect, i.e a
TF* *where*
TF<:Realso in your case you clearly have
TF=Float32` but looks like somewhere you are providing a vector instead of a number