UnconstrainedDomain

class UnconstrainedDomain(dimension: Int) : DoubleDomain

Functions

contains
Link copied to clipboard
common
open operator override fun contains(point: Point<Double>): Boolean
Checks if the specified point is contained in this domain.
getLowerBound
Link copied to clipboard
common
open override fun getLowerBound(num: Int): Double
Global lower edge
getUpperBound
Link copied to clipboard
common
open override fun getUpperBound(num: Int): Double
Global upper edge
volume
Link copied to clipboard
common
open override fun volume(): Double
Hyper volume

Properties

dimension
Link copied to clipboard
common
open override val dimension: Int
Number of hyperspace dimensions.