tensor-logexp: Tensor Exponentiation and Logarithm

Description Usage Arguments Value Examples

Description

Tensor Exponentiation and Logarithm

Usage

1
2
3
tensor_exp(x, validate = TRUE)

tensor_log(x, validate = TRUE)

Arguments

x

An object of class tensor.

validate

A boolean specifying wether the function should check that input is a tensor.

Value

A 3x3 symmetric matrix which is the exponential of the input in the case of tensor_exp or the logarithm of the input in the case of tensor_log. It is stored as a 6-dimensional vector.

Examples

1
2

astamm/fdatractography documentation built on May 12, 2019, 5:37 a.m.