Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
loonatick-src opened this issue Sep 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@loonatick-src
Copy link

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

  • Chapter 8
  • Section: "Array of Structs Representation"

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

@loonatick-src loonatick-src added the bug Something isn't working label Sep 24, 2023
@ChrisRackauckas
Copy link
Member

Agreed both look like an error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants