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