pcg_orthogonal_proj​ector.m

Version 1.3.0.0 (1.87 KB) by Alex
Projected Conjugate Gradients Method by orthogonal projector.
191 Downloads
Updated 22 May 2014

View License

Iterative solver is suitable for solving system of linear equations arising in domain decomposition method, especially in the case, FETI is used.
Routine attempts to solve the system of linear equations A*x=b subject to condition B*x=c. The N-by-N coefficient matrix A must be SPD and the right hand side column vector b must have length N. The M-by-N matrix B contains linearly independent rows, column vector c must have length M.

Cite As

Alex (2024). pcg_orthogonal_projector.m (https://www.mathworks.com/matlabcentral/fileexchange/46684-pcg_orthogonal_projector-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

typo correction

1.2.0.0

correction

1.1.0.0

General Information modified.

1.0.0.0