euclidean_vec {riemtan} | R Documentation |
Vectorize at Identity Matrix (Euclidean)
Description
Converts a symmetric matrix into a vector representation.
Usage
euclidean_vec(sigma, v)
Arguments
sigma |
A symmetric matrix. |
v |
A vector. |
Value
A numeric vector, representing the vectorized tangent image.
[Package riemtan version 0.1.0 Index]