kmath
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrixWrapper
DMatrix
Wrapper
common
@
JvmInline
value
class
DMatrixWrapper
<
out
T
,
R
:
Dimension
,
C
:
Dimension
>
(
structure
:
Structure2D
<
T
>
)
:
DMatrix
<
T
,
R
,
C
>
Content copied to clipboard
An inline wrapper for a Matrix
Constructors
Functions
Properties
Sources
Constructors
DMatrix
Wrapper
Link copied to clipboard
common
fun
<
out
T
>
DMatrixWrapper
(
structure
:
Structure2D
<
T
>
)
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
open
operator override
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
open
override
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
open
override
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
Sources
common source
Link copied to clipboard