NextFTC Suite
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextControl Linear Algebra
/
dev.nextftc.linalg
/
LUDecomposition
LUDecomposition
data
class
LUDecomposition
(
source
)
Data class for LU decomposition.
Members
Properties
L
Link copied to clipboard
@get:
JvmName
(
name
=
"L"
)
val
L
:
DynamicMatrix
P
Link copied to clipboard
@get:
JvmName
(
name
=
"P"
)
val
P
:
DynamicMatrix
U
Link copied to clipboard
@get:
JvmName
(
name
=
"U"
)
val
U
:
DynamicMatrix