Interface CoordSimplexOps<N, L>

the operators of the simplex operator

interface CoordSimplexOps<N = never, L = never> {
    weight: SimplexWeight<N, L>;
}

Type Parameters

  • N = never
  • L = never

Properties

Properties

weight: SimplexWeight<N, L>

the weights for each edge