kmath-ejml
/
space.kscience.kmath.ejml
/
EjmlVector
Ejml
Vector
class
EjmlVector
:
Buffer
<
Double
>
Content copied to clipboard
Represents point over EJML
SimpleMatrix
.
Author
Iaroslav Postovalov
Functions
Properties
Functions
contentEquals
Link copied to clipboard
open override fun
contentEquals
(other:
Buffer
<*>):
Boolean
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
open operator override fun
get
(index:
Int
):
Double
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
iterator
Link copied to clipboard
open operator override fun
iterator
():
Iterator
<
Double
>
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
origin
Link copied to clipboard
val
origin
:
SimpleMatrix
Content copied to clipboard
the underlying
SimpleMatrix
.
size
Link copied to clipboard
open override val
size
:
Int
Content copied to clipboard