createCriticalPointMap: Find critical points map

Description Usage Arguments Value

View source: R/CriticalPoints.R

Description

Find critical points map: The points that will be checked within a polytope. Method 1 (Necessary and Sufficient) - Complexity : N * D^3 Method 2 (Sufficient) - Complexity : N * D

Usage

1
createCriticalPointMap(tes, method, tes1_index, tes2_index)

Arguments

tes

The tessellation object.

method

The method to use.

Value

Row matrix of critical points


mickash/DTFE documentation built on Nov. 16, 2019, 1:49 p.m.