|
OctaveEnvironmentqr Method (Double, Double, Double)
|
QR decomposition.
Namespace:
Accord.Math.Environments
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax protected static void qr(
double[,] m,
out double[,] Q,
out double[,] R
)
Protected Shared Sub qr (
m As Double(,),
<OutAttribute> ByRef Q As Double(,),
<OutAttribute> ByRef R As Double(,)
)
Request Example
View SourceParameters
- m
- Type: SystemDouble
- Q
- Type: SystemDouble
- R
- Type: SystemDouble
See Also