Chalkboard - v3.0.1
Preparing search index...
Chalkboard
matr
QRdecomp
Function QRdecomp
QRdecomp
(
matr
:
ChalkboardMatrix
)
:
{
Q
:
ChalkboardMatrix
;
R
:
ChalkboardMatrix
}
Calculates the QR decomposition of a matrix.
Parameters
matr
:
ChalkboardMatrix
The matrix
Returns
{
Q
:
ChalkboardMatrix
;
R
:
ChalkboardMatrix
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Calculates the QR decomposition of a matrix.