kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrix
common
D
Matrix
interface
DMatrix
<
T
,
R
:
Dimension
,
C
:
Dimension
> :
Structure2D
<
T
>
Content copied to clipboard
A matrix with compile-time controlled dimension
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
elements
Link copied to clipboard
common
open override fun
elements
():
Sequence
<
Pair
<
IntArray
,
T
>>
Content copied to clipboard
equals
Link copied to clipboard
common
abstract operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
common
open operator override fun
get
(index:
IntArray
):
T
Content copied to clipboard
abstract operator fun
get
(i:
Int
, j:
Int
):
T
Content copied to clipboard
getFeature
Link copied to clipboard
common
open fun <
T
:
Any
>
getFeature
(type:
KClass
<
T
>):
T
?
Content copied to clipboard
hashCode
Link copied to clipboard
common
abstract override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
colNum
Link copied to clipboard
common
abstract val
colNum
:
Int
Content copied to clipboard
columns
Link copied to clipboard
common
open val
columns
:
Buffer
<
Buffer
<
T
>>
Content copied to clipboard
dimension
Link copied to clipboard
common
open val
dimension
:
Int
Content copied to clipboard
rowNum
Link copied to clipboard
common
abstract val
rowNum
:
Int
Content copied to clipboard
rows
Link copied to clipboard
common
open val
rows
:
Buffer
<
Buffer
<
T
>>
Content copied to clipboard
shape
Link copied to clipboard
common
open override val
shape
:
IntArray
Content copied to clipboard
Inheritors
DMatrixWrapper
Link copied to clipboard