Learn R Programming

riemtan (version 0.2.5)

airm_unvec: Compute the Inverse Vectorization (AIRM)

Description

Converts a vector back into a tangent matrix relative to a reference point using AIRM.

Usage

airm_unvec(sigma, w)

Value

A symmetric matrix of class dspMatrix, representing the tangent vector.

Arguments

sigma

A symmetric positive-definite matrix of class dppMatrix, representing the reference point.

w

A numeric vector, representing the vectorized tangent image.