DoubleDomain

interface DoubleDomain : Domain<Double>

n-dimensional volume

Author

Alexander Nozik

Functions

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

Properties

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

Inheritors

HyperSquareDomain
Link copied to clipboard
UnconstrainedDomain
Link copied to clipboard
UnivariateDomain
Link copied to clipboard

Sources

common source
Link copied to clipboard