Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
matrix Directory Reference
Directory dependency graph for matrix:

Files

 decomposeQR.C
  View in nbviewer Open in SWAN This tutorial shows how to decompose a matrix A in an orthogonal matrix Q and an upper triangular matrix R using QR Householder decomposition with the TDecompQRH class.
 
 invertMatrix.C
  View in nbviewer Open in SWAN This macro shows several ways to invert a matrix .
 
 solveLinear.C
  View in nbviewer Open in SWAN This macro shows several ways to perform a linear least-squares analysis .