Skip to content

What is Vector{TF} type? #243

Answered by mloubout
tjk9501 asked this question in Q&A
Apr 20, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote
Closest candidates are:
  project_l1_Duchi!(::Union{Vector{TF}, Array{Complex{TF}, 1}}, ::TF) where TF<:Real 

THe error message is saying what it expect, i.e a TF* *where* TF<:Real so in your case you clearly haveTF=Float32` but looks like somewhere you are providing a vector instead of a number

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tjk9501
Comment options

You must be logged in to vote
3 replies
@mloubout
Comment options

@tjk9501
Comment options

@mloubout
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants