korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
GenericDoubleVector
Generic
Double
Vector
class
GenericDoubleVector
(
val
dimensions
:
Int
,
val
data
:
DoubleArray
,
val
offset
:
Int
=
0
)
:
IGenericDoubleVector
Members
Members & Extensions
Constructors
Generic
Double
Vector
Link copied to clipboard
constructor
(
dimensions
:
Int
,
data
:
DoubleArray
,
offset
:
Int
=
0
)
constructor
(
vararg
data
:
Double
)
constructor
(
vararg
data
:
Float
)
constructor
(
vararg
data
:
Int
)
Properties
data
Link copied to clipboard
val
data
:
DoubleArray
dimensions
Link copied to clipboard
open
override
val
dimensions
:
Int
length
Link copied to clipboard
val
IGenericDoubleVector
.
length
:
Double
offset
Link copied to clipboard
val
offset
:
Int
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
dim
:
Int
)
:
Double
set
Link copied to clipboard
open
operator override
fun
set
(
dim
:
Int
,
value
:
Double
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
String
Builder
Link copied to clipboard
fun
IGenericDoubleVector
.
toStringBuilder
(
out
:
StringBuilder
)