UnconstrainedDomain

Constructors

Link copied to clipboard
constructor(dimension: Int)

Functions

Link copied to clipboard
open operator override fun contains(point: Point<Double>): Boolean

Checks if the specified point is contained in this domain.

Link copied to clipboard
open override fun getLowerBound(num: Int): Double

Global lower edge

Link copied to clipboard
open override fun getUpperBound(num: Int): Double

Global upper edge

Link copied to clipboard
open override fun volume(): Double

Hyper volume

Properties

Link copied to clipboard
open override val dimension: Int

Number of hyperspace dimensions.