Given a list of doubles with the exact required length import into a
Params
structure.
Documentation
fromList :: [Double] -> ParamsSource
Cast a list of values to parameters.
NOTE This operation is rather fragile if there are layout changes. Consider Repr for this.
NOTE BIG FAT WARNING: BE ABSOLUTELY SURE THAT ALL IMPORTS AND EXPORTS FOLLOW THIS ORDERING EXACTLY, OTHERWISE KEYS WILL BE MAPPED TO WRONG POSITIONS DURING LOOKUP AND VALUES END UP SOMEWHERE ELSE.