Mercurial > hg > octave-lyh
comparison liboctave/fCmplxCHOL.cc @ 8377:25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 29 Oct 2008 16:52:10 +0100 |
parents | 82be108cc558 |
children | d66c9b6e506a |
comparison
equal
deleted
inserted
replaced
8376:c43481a19bfe | 8377:25bc2d31e1bf |
---|---|
32 #include "fMatrix.h" | 32 #include "fMatrix.h" |
33 #include "fRowVector.h" | 33 #include "fRowVector.h" |
34 #include "fCmplxCHOL.h" | 34 #include "fCmplxCHOL.h" |
35 #include "f77-fcn.h" | 35 #include "f77-fcn.h" |
36 #include "lo-error.h" | 36 #include "lo-error.h" |
37 #include "oct-locbuf.h" | |
37 | 38 |
38 extern "C" | 39 extern "C" |
39 { | 40 { |
40 F77_RET_T | 41 F77_RET_T |
41 F77_FUNC (cpotrf, CPOTRF) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type&, | 42 F77_FUNC (cpotrf, CPOTRF) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type&, |