SciML / SciMLBook

Parallel Computing and Scientific Machine Learning (SciML): Methods and Applications (MIT 18.337J/6.338J)
https://book.sciml.ai/
1.83k stars 331 forks source link

Chapter 8: The title array of structs should probably be struct of arrays instead of array of structs. #133

Closed loonatick-src closed 3 weeks ago

loonatick-src commented 11 months ago

Suggestion

The subtitle reads "Array of Structs Representation". But, the section describes using a struct of arrays representation instead. The title should probably be changed to "Struct of Arrays Representation". Identification

Correction

The subtitle reads "Array of Structs Representation". But, the first sentence is "Instead of thinking about a vector of dual numbers, thus we can instead think of dual numbers with vectors for the components", which describes a struct of arrays (SoA) representation. Also, the \hdots in the equation just after this paragraph is not rendering on my browser (Firefox 116.0.1). Screenshots

image

ChrisRackauckas commented 11 months ago

Agreed both look like an error