SciML / LabelledArrays.jl

Arrays which also have a label for each element for easy scientific machine learning (SciML)
https://docs.sciml.ai/LabelledArrays/stable/
Other
120 stars 21 forks source link

LArray and SLArray #21

Closed YingboMa closed 5 years ago

YingboMa commented 5 years ago

@ChrisRackauckas

andreasnoack commented 5 years ago

This causes the field in SLArray to be abstractly typed such that extracting the wrapped arrays can't be inferred. SArray has four type parameters.

ChrisRackauckas commented 5 years ago

Oh thanks, missed that. That is an easy fix.