Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

(no description)

File Size: 191 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

QR:: (8 methods):
  __construct()
  getHouseholdVectors()
  getQ()
  getR()
  hypo()
  decompose()
  isFullRank()
  solve()


Class: QR  - X-Ref

__construct(Matrix $matrix)   X-Ref
No description

getHouseholdVectors()   X-Ref
No description

getQ()   X-Ref
No description

getR()   X-Ref
No description

hypo($a, $b)   X-Ref
No description

decompose()   X-Ref
QR Decomposition computed by Householder reflections.


isFullRank()   X-Ref
No description

solve(Matrix $B)   X-Ref
Least squares solution of A*X = B.

param: Matrix $B a Matrix with as many rows as A and any number of columns
return: Matrix matrix that minimizes the two norm of Q*R*X-B