vol_splx function

Volume of a simplex

Volume of a simplex

calculates the volume of a simplex

vol_splx(S)

Arguments

  • S: : matrix (d+1) rows * d columns containing the coordinates in d-dim of d + 1 vertices of a simplex

Returns

V : simplex volume

Examples

# Definition of the parameters S <- matrix(rexp(6), 3, 2) # Call the function res <- vol_splx(S)

Author(s)

Fabrice Zaoui

  • Maintainer: Fabrice Zaoui
  • License: GPL-3 | file LICENSE
  • Last published: 2024-07-29