QRResult.reconstruct

Reconstruct the original matrix given a QR decomposition

  1. auto reconstruct()
  2. auto reconstruct(T q, U r)
    struct QRResult(T)
    reconstruct
    (
    T
    U
    )
    (
    T q
    ,
    U r
    )
    if (
    isMatrix!T &&
    isMatrix!U
    )

Meta