C# Class MIConvexHull.MathHelper.SimplexVolumeBuffer

Helper class with "buffers" for computing simplex volume.
Afficher le fichier Open project: gusmanb/MIConvexHull

Méthodes publiques

Свойство Type Description
Data double[]
Dimension int
Helper double[]
Pivots int[]

Méthodes publiques

Méthode Description
SimplexVolumeBuffer ( int dimension ) : System

Method Details

SimplexVolumeBuffer() public méthode

public SimplexVolumeBuffer ( int dimension ) : System
dimension int
Résultat System

Property Details

Data public_oe property

public double[] Data
Résultat double[]

Dimension public_oe property

public int Dimension
Résultat int

Helper public_oe property

public double[] Helper
Résultat double[]

Pivots public_oe property

public int[] Pivots
Résultat int[]