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
/
LDLTDecomposition
LDLTDecomposition
data
class
LDLTDecomposition
(
source
)
Data class for LDLT decomposition.
Members
Properties
D
Link copied to clipboard
@get:
JvmName
(
name
=
"D"
)
val
D
:
DynamicMatrix
L
Link copied to clipboard
@get:
JvmName
(
name
=
"L"
)
val
L
:
DynamicMatrix