minpack icon indicating copy to clipboard operation
minpack copied to clipboard

Specialization for banded Jacobians

Open ivan-pi opened this issue 4 years ago • 0 comments
trafficstars

Many computational problems will have banded matrices. In those cases a performance increase can be expected from using specialized routines for banded storage.

This question appeared previously on scicomp.stackexchange: https://scicomp.stackexchange.com/questions/36703/nonlinear-root-solving-libraries-which-accept-a-jacobian-in-band-storage

MINPACK uses a QR factorization for the Jacobians. Unfortunately, LAPACK does not provide QR routines for banded Jacobians, however a library does exist for this purpose:

A similar specialization could be pursued for sparse matrices.

ivan-pi avatar Sep 20 '21 10:09 ivan-pi