DoubleDomain

interface DoubleDomain : Domain<Double>

n-dimensional volume

Author

Alexander Nozik

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.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard