You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionRationalBSplineManifold{Dim,Deg,C,W,T,S}(a::Array{C,Dim},w::Array{W,Dim},P::S) where {S<:NTuple{Dim, BSplineSpace{p,T} where p},C,W} where {Dim, Deg, T}
40
+
functionRationalBSplineManifold{Dim,Deg,C,W,T,S}(a::Array{C,Dim},w::Array{W,Dim},P::S) where {S<:NTuple{Dim, BSplineSpace{p,T} where p},C,W<:Real} where {Dim, Deg, T}
41
41
new{Dim,Deg,C,W,T,S}(a,w,P)
42
42
end
43
43
end
44
44
45
-
functionRationalBSplineManifold(a::Array{C,Dim},w::Array{W,Dim},P::S) where {S<:Tuple{BSplineSpace{p,T} where p, Vararg{BSplineSpace{p,T} where p}}} where {Dim, T, C, W}
45
+
functionRationalBSplineManifold(a::Array{C,Dim},w::Array{W,Dim},P::S) where {S<:Tuple{BSplineSpace{p,T} where p, Vararg{BSplineSpace{p,T} where p}}} where {Dim, T, C, W<:Real}
46
46
ifsize(a) !=dim.(P)
47
47
msg ="The size of control points array $(size(a)) and dimensions of B-spline spaces $(dim.(P)) must be equal."
48
48
throw(DimensionMismatch(msg))
@@ -55,7 +55,7 @@ function RationalBSplineManifold(a::Array{C,Dim},w::Array{W,Dim},P::S) where {S<
0 commit comments