-
Notifications
You must be signed in to change notification settings - Fork 109
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
New vector methods: NormalizeInPlace #186
Comments
Does 'normalize' mean construction of a vector with length equals 1 or something else? I'm not fully understand why do we need |
Normalize means divide the vector by it's norm. We need accumulator in order to pass a norm-function. |
Please, note that we don't need in-place version for upcoming release. |
Just leaving a note here that:
were both added in #206 however:
was not. |
Moving the rest of this task to the next milestone. |
The text was updated successfully, but these errors were encountered: