kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrixWrapper
common
D
Matrix
Wrapper
@
JvmInline
()
class
DMatrixWrapper
<
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
Constructors
DMatrixWrapper
Link copied to clipboard
common
fun <
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
getFeature
Link copied to clipboard
common
open 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
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