C# Class MIConvexHull.MathHelper.SimplexVolumeBuffer

Helper class with "buffers" for computing simplex volume.
Mostrar archivo Open project: gusmanb/MIConvexHull

Public Properties

Property Type Description
Data double[]
Dimension int
Helper double[]
Pivots int[]

Public Methods

Method Description
SimplexVolumeBuffer ( int dimension ) : System

Method Details

SimplexVolumeBuffer() public method

public SimplexVolumeBuffer ( int dimension ) : System
dimension int
return System

Property Details

Data public_oe property

public double[] Data
return double[]

Dimension public_oe property

public int Dimension
return int

Helper public_oe property

public double[] Helper
return double[]

Pivots public_oe property

public int[] Pivots
return int[]