Back to Linear Algebra (Eigen)
eigen.vector.normalizeVecInPlace
Normalize a vector in-place (divide by its norm).
Syntax
eigen.vector.normalizeVecInPlace(v)
Description
Normalize a vector in-place (divide by its norm).
Parameters
| Name | Description |
|---|---|
| v | - Vector to normalize (modified in-place) |
Returns
void