kmath
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrix
DMatrix
common
interface
DMatrix
<
out
T
,
R
:
Dimension
,
C
:
Dimension
>
:
Structure2D
<
T
>
Content copied to clipboard
A matrix with compile-time controlled dimension
Types
Functions
Properties
Sources
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
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
get
Feature
Link copied to clipboard
common
open
override
fun
<
F
:
StructureFeature
>
getFeature
(
type
:
KClass
<
out
F
>
)
:
F
?
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
:
List
<
Buffer
<
T
>
>
Content copied to clipboard
dimension
Link copied to clipboard
common
open
val
dimension
:
Int
Content copied to clipboard
indices
Link copied to clipboard
common
open
val
indices
:
ShapeIndexer
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
:
List
<
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
Sources
common source
Link copied to clipboard