From help-request at octave dot org Thu Nov 24 01:37:03 2005 Subject: use LAPACK routine for triangular systems? From: Evan Monroig To: help at octave dot org Date: Thu, 24 Nov 2005 16:33:33 +0900 Hi, I know that octave uses LAPACK routines for some linear functions (QR factorization, etc). In my algorithm I end with a triangular system to solve, and I know that LAPACK has some specific routines for triangular systems (like this one http://www.netlib.org/lapack/double/dtrtrs.f). Is there a way to take advantage of these with octave? Evan ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------