[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["Computes the Moore-Penrose pseudoinverse of a given matrix."],["The `matrixPseudoInverse()` function is used for this calculation."],["The input is an `Array` and the function returns an `Array` representing the pseudoinverse."]]],["The `matrixPseudoInverse()` method calculates the Moore-Penrose pseudoinverse of a given matrix. It operates on an input array (`this: input`) and returns the resulting pseudoinverse as a new array. This function does not take any other arguments. The input array represents the matrix for which the pseudoinverse is computed.\n"]]