Cloud Constructor

Overload List

Cloud(DoubleMatrix) Initializes a new instance of the Cloud class that contains points whose coordinates are taken with respect to the standard basis. To each point is assigned a weight equal to the reciprocal of the number of points.
Cloud(DoubleMatrix, DoubleMatrix) Initializes a new instance of the Cloud class that contains points having the specified weights and whose coordinates are taken with respect to the standard basis.
Cloud(DoubleMatrix, DoubleMatrix, Basis) Initializes a new instance of the Cloud class that contains points having the specified weights and whose coordinates are taken with respect to the given basis.
Cloud(DoubleMatrix, DoubleMatrix, Basis, Boolean) Initializes a new instance of the Cloud class that contains points having the specified weights and whose coordinates are taken with respect to the given basis, with coordinates and weights eventually copied before instantiation.

See Also