Full Rank Factorization

Performs a full rank factorization, X=KL

You are now following this Submission

FRD - Full rank factorization of input matrix X.

This will write X as the product of two matrices X = KL where both K and L have the same rank as X.

Cite As

Calvin Price (2026). Full Rank Factorization (https://www.mathworks.com/matlabcentral/fileexchange/19197-full-rank-factorization), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Rounding issue is resolved.

1.1.0.0

The factorization is now based on the SVD of the input matrix.

1.0.0.0