ee.Image.matrixLUDecomposition
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تجزیه ماتریس LU را به گونهای محاسبه میکند که P× ورودی=L×U، که در آن L مثلث پایینتر (با واحدهای مورب)، U مثلث بالایی و P یک ماتریس جایگشت محوری جزئی است. ماتریس ورودی باید مربع باشد. تصویری را با باندهایی به نام "L"، "U" و "P" برمیگرداند.
استفاده | برمی گرداند | Image. matrixLUDecomposition () | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویری از ماتریس های دو بعدی که باید تجزیه شوند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis operation calculates the LU matrix decomposition of a square input matrix, represented as P×input=L×U.\u003c/p\u003e\n"],["\u003cp\u003eIt returns an image containing three bands: 'L' representing the lower triangular matrix, 'U' representing the upper triangular matrix, and 'P' representing the permutation matrix.\u003c/p\u003e\n"],["\u003cp\u003eThe input for this operation must be a 2-D matrix image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.matrixLUDecomposition\n\nCalculates the LU matrix decomposition such that P×input=L×U, where L is lower triangular (with unit diagonal terms), U is upper triangular and P is a partial pivot permutation matrix. The input matrix must be square. Returns an image with bands named 'L', 'U' and 'P'.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| Image.matrixLUDecomposition`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | Image of 2-D matrices to be decomposed. |"]]