Function for finding the length of a vector.
- Note
- Only for public domain (at this point only public sqrt is in scope).
-
Supported types - float32 / float64
◆ vecLength() [1/4]
float32 vecLength |
( |
float32[[1]] |
x | ) |
|
- Parameters
-
x | - vector of supported type |
- Returns
- returns the length of the vector
◆ vecLength() [2/4]
float32 vecLength |
( |
float32[[2]] |
x | ) |
|
- Parameters
-
x | - matrix of supported type |
- Returns
- returns a vector with length of each row in the matrix
◆ vecLength() [3/4]
float64 vecLength |
( |
float64[[1]] |
x | ) |
|
- Parameters
-
x | - vector of supported type |
- Returns
- returns the length of the vector
◆ vecLength() [4/4]
float64 vecLength |
( |
float64[[2]] |
x | ) |
|
- Parameters
-
x | - matrix of supported type |
- Returns
- returns a vector with length of each row in the matrix