Stay organized with collections
Save and categorize content based on your preferences.
Calculates the QR-decomposition of a matrix into two matrices Q and R such that input = QR, where Q is orthogonal, and R is upper triangular. Returns an image with bands named 'Q' and 'R'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Decomposes a matrix within an image into orthogonal (Q) and upper triangular (R) matrices."],["Returns an image containing the resulting Q and R matrices in separate bands."],["Operates on images containing 2-D matrices."],["Utilizes the QR decomposition method for the calculation."]]],[]]