orthopy icon indicating copy to clipboard operation
orthopy copied to clipboard

"barycentric" tensor

Open nschloe opened this issue 5 years ago • 0 comments

For higher-dimensional polynomials, the fitting data structure for each level would be a numpy.array of shape (n, n, ...), but only the lower (or upper) triangle of (n,n) is used. Perhaps even more fitting would be to address the entries in "barycentric" coordinates, such that the indices sum up to L. Check with the product scheme and, perhaps, ndim.

nschloe avatar Jun 13 '20 20:06 nschloe