kmath
kmath-commons
/
space.kscience.kmath.commons.linear
/
CMMatrix
CMMatrix
class
CMMatrix
(
origin
:
RealMatrix
)
:
Structure2D
<
Double
>
Content copied to clipboard
Functions
Properties
Extensions
Sources
Functions
elements
Link copied to clipboard
open
override
fun
elements
(
)
:
Sequence
<
Pair
<
IntArray
,
Double
>
>
Content copied to clipboard
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
IntArray
)
:
Double
Content copied to clipboard
open
operator override
fun
get
(
i
:
Int
,
j
:
Int
)
:
Double
Content copied to clipboard
get
Feature
Link copied to clipboard
open
override
fun
<
F
:
StructureFeature
>
getFeature
(
type
:
KClass
<
out
F
>
)
:
F
?
Content copied to clipboard
Properties
colNum
Link copied to clipboard
open
override
val
colNum
:
Int
Content copied to clipboard
columns
Link copied to clipboard
open
val
columns
:
List
<
Buffer
<
Double
>
>
Content copied to clipboard
dimension
Link copied to clipboard
open
val
dimension
:
Int
Content copied to clipboard
indices
Link copied to clipboard
open
val
indices
:
ShapeIndexer
Content copied to clipboard
origin
Link copied to clipboard
val
origin
:
RealMatrix
Content copied to clipboard
rowNum
Link copied to clipboard
open
override
val
rowNum
:
Int
Content copied to clipboard
rows
Link copied to clipboard
open
val
rows
:
List
<
Buffer
<
Double
>
>
Content copied to clipboard
shape
Link copied to clipboard
open
override
val
shape
:
IntArray
Content copied to clipboard
Extensions
dot
Link copied to clipboard
infix
fun
CMMatrix
.
dot
(
other
:
CMMatrix
)
:
CMMatrix
Content copied to clipboard
minus
Link copied to clipboard
operator
fun
CMMatrix
.
minus
(
other
:
CMMatrix
)
:
CMMatrix
Content copied to clipboard
plus
Link copied to clipboard
operator
fun
CMMatrix
.
plus
(
other
:
CMMatrix
)
:
CMMatrix
Content copied to clipboard
Sources
jvm source
Link copied to clipboard