kmath-functions
/
space.kscience.kmath.interpolation
/
NDStructureColumn
common
N
D
Structure
Column
class
NDStructureColumn
<
T
>(structure:
Structure2D
<
T
>, column:
Int
) :
Buffer
<
T
>
Content copied to clipboard
Functions
Properties
Functions
contentEquals
Link copied to clipboard
common
open fun
contentEquals
(other:
Buffer
<*>):
Boolean
Content copied to clipboard
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
common
open operator override fun
get
(index:
Int
):
T
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
iterator
Link copied to clipboard
common
open operator override fun
iterator
():
Iterator
<
T
>
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
column
Link copied to clipboard
common
val
column
:
Int
Content copied to clipboard
size
Link copied to clipboard
common
open override val
size
:
Int
Content copied to clipboard
structure
Link copied to clipboard
common
val
structure
:
Structure2D
<
T
>
Content copied to clipboard