|
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} ? |
Answered by
mloubout
Apr 20, 2024
Replies: 2 comments 3 replies
THe error message is saying what it expect, i.e a |
0 replies
Answer selected by
tjk9501
|
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. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THe error message is saying what it expect, i.e a
TF* *where*TF<:Realso in your case you clearly haveTF=Float32` but looks like somewhere you are providing a vector instead of a number