Class NodeInfo
- Namespace
- ChebyshevSharp
- Assembly
- ChebyshevSharp.dll
Information about Chebyshev nodes for a given configuration.
public class NodeInfo
- Inheritance
-
NodeInfo
- Inherited Members
Properties
FullGrid
Full grid (Cartesian product of all nodes), shape (totalPoints, numDimensions).
public double[][] FullGrid { get; set; }
Property Value
- double[][]
NodesPerDim
Chebyshev nodes for each dimension, sorted ascending.
public double[][] NodesPerDim { get; set; }
Property Value
- double[][]
Shape
Expected tensor shape (== nNodes).
public int[] Shape { get; set; }
Property Value
- int[]