kmath
0.3.1-dev-RC
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrix
DMatrix
interface
DMatrix
<
out
T
,
R
:
Dimension
,
C
:
Dimension
>
:
Structure2D
<
T
>
(
source
)
A matrix with compile-time controlled dimension
Inheritors
DMatrixWrapper
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
elements
Link copied to clipboard
open
override
fun
elements
(
)
:
Sequence
<
Pair
<
IntArray
,
T
>
>
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
IntArray
)
:
T
abstract
operator
fun
get
(
i
:
Int
,
j
:
Int
)
:
T
get
Feature
Link copied to clipboard
open
override
fun
<
F
:
StructureFeature
>
getFeature
(
type
:
KClass
<
out
F
>
)
:
F
?
Properties
col
Num
Link copied to clipboard
abstract
val
colNum
:
Int
columns
Link copied to clipboard
open
val
columns
:
List
<
Buffer
<
T
>
>
dimension
Link copied to clipboard
open
val
dimension
:
Int
indices
Link copied to clipboard
open
val
indices
:
ShapeIndexer
row
Num
Link copied to clipboard
abstract
val
rowNum
:
Int
rows
Link copied to clipboard
open
val
rows
:
List
<
Buffer
<
T
>
>
shape
Link copied to clipboard
open
override
val
shape
:
ShapeND