kmath
kmath-ejml
/
space.kscience.kmath.ejml
/
EjmlFloatVector
Ejml
Float
Vector
class
EjmlFloatVector
<
out
M
:
FMatrix
>
(
origin
:
M
)
:
EjmlVector
<
Float
,
M
>
Content copied to clipboard
EjmlVector
specialization for
Float
.
Constructors
Functions
Properties
Sources
Constructors
Ejml
Float
Vector
Link copied to clipboard
fun
<
out
M
:
FMatrix
>
EjmlFloatVector
(
origin
:
M
)
Content copied to clipboard
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
Float
Content copied to clipboard
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Float
>
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
origin
Link copied to clipboard
open
override
val
origin
:
M
Content copied to clipboard
The underlying matrix, must have only one row.
size
Link copied to clipboard
open
override
val
size
:
Int
Content copied to clipboard
Sources
jvm source
Link copied to clipboard