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
error:
• No instance for (M.Storable (Int32, Float))
arising from the first field of ‘Sp_M1’
(type ‘M.Array M.S M.Ix2 (Int32, Float)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
• When deriving the instance for (Show Sparse_Matrix1)
deriving (Show)
How to write a instance for M.Storable (Int32,Float)?
The text was updated successfully, but these errors were encountered:
I was writing a sparse matrix type
But it throwed an error
How to write a instance for M.Storable (Int32,Float)?
The text was updated successfully, but these errors were encountered: