DoubleDomain

n-dimensional volume

Author

Alexander Nozik

Inheritors

Functions

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

Checks if the specified point is contained in this domain.

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

Global lower edge

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

Global upper edge

Link copied to clipboard
abstract fun volume(): Double

Hyper volume

Properties

Link copied to clipboard
abstract val dimension: Int

Number of hyperspace dimensions.