kmath-core
/
space.kscience.kmath.domains
/
UnconstrainedDomain
common
Unconstrained
Domain
class
UnconstrainedDomain
(dimension:
Int
) :
DoubleDomain
Content copied to clipboard
Functions
Properties
Functions
contains
Link copied to clipboard
common
open operator override fun
contains
(point:
Point
<
Double
>):
Boolean
Content copied to clipboard
Checks if the specified point is contained in this domain.
getLowerBound
Link copied to clipboard
common
open override fun
getLowerBound
(num:
Int
):
Double
Content copied to clipboard
Global lower edge
getUpperBound
Link copied to clipboard
common
open override fun
getUpperBound
(num:
Int
):
Double
Content copied to clipboard
Global upper edge
volume
Link copied to clipboard
common
open override fun
volume
():
Double
Content copied to clipboard
Hyper volume
Properties
dimension
Link copied to clipboard
common
open override val
dimension
:
Int
Content copied to clipboard
Number of hyperspace dimensions.