Internal documentation

This page documents the internal types and methods of ManifoldsGPU.jl.

ManifoldsGPU._matrix_exp_gpuFunction
_matrix_exp_gpu(A::AbstractArray{T, 2})
_matrix_exp_gpu(A::AbstractArray{T, 3})

GPU matrix exponentials helper function. For a 3-index array A it computes exponentials of A[:, :, i] for each i separately.

source
ManifoldsGPU._matrix_log_gpuFunction
_matrix_log_gpu(A::AbstractArray{T, 2})
_matrix_log_gpu(A::AbstractArray{T, 3})

GPU matrix logarithm helper function. For a 3-index array A it computes logarithms of A[:, :, i] for each i separately.

source