Table of Contents

Class SplinePieceNodeInfo

Namespace
ChebyshevSharp
Assembly
ChebyshevSharp.dll

Node information for a single piece of a spline.

public class SplinePieceNodeInfo
Inheritance
SplinePieceNodeInfo
Inherited Members

Properties

FullGrid

Full Cartesian product grid.

public double[][] FullGrid { get; set; }

Property Value

double[][]

NodesPerDim

Per-dimension node arrays.

public double[][] NodesPerDim { get; set; }

Property Value

double[][]

PieceIndex

Multi-index of this piece.

public int[] PieceIndex { get; set; }

Property Value

int[]

Shape

Tensor shape.

public int[] Shape { get; set; }

Property Value

int[]

SubDomain

Sub-domain bounds for this piece.

public double[][] SubDomain { get; set; }

Property Value

double[][]