#222 closed defect (fixed)
Spline types
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The function psSpline1DEval() returns a type "float". However the spline
fit routines must be valid for types F32 and F64. It seems odd, though not
overly odd, that F64 is valid even though the spline polynomials must be of type
F32 and the return value of psSpline1DEval() is of type F32. Can you verify for
me that this is intended.
Change History (3)
comment:1 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Closing subsequent to release of SDRS-08, ADD-07.
comment:3 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

the return value should be psF64, which can be used even if the spline is of
type psF32. the current draft of version 09 has been modified to fix this.