LAPACK function dgesv in Matlab
Version 1.0.0.0 (980 Bytes) by
Steven Huang
This C-mex function wrapper ports LAPACK function dgesv to Matlab. The purpose of this function is t
3K Downloads
Updated
14 Jul 2005
No License
Compiling LAPACK functions under Windows and Visual C++ environment is not easy. MATLAB provides a decent platform to achieve the usage of LAPACK function.
Additionally, the use of LAPACK function requires parameter tuning. This is a relatively simple LAPACK function. The more complex ones require a lot more parameter setup.
The compiling tools are Matlab6p5 and Visual C++ 6.
To use: simply type in MATLAB:
x = dgesv(a,b)
Cite As
Steven Huang (2026). LAPACK function dgesv in Matlab (https://uk.mathworks.com/matlabcentral/fileexchange/8006-lapack-function-dgesv-in-matlab), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Interactions, Camera Views, and Lighting in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
