comparison liboctave/base-lu.h @ 5275:23b37da9fd5b

[project @ 2005-04-08 16:07:35 by jwe]
author jwe
date Fri, 08 Apr 2005 16:07:37 +0000
parents e35b034d3523
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5274:eae7b40388e9 5275:23b37da9fd5b
54 p_type P (void) const; 54 p_type P (void) const;
55 55
56 protected: 56 protected:
57 57
58 lu_type a_fact; 58 lu_type a_fact;
59 MArray<int> ipvt; 59 MArray<octave_idx_type> ipvt;
60 }; 60 };
61 61
62 #endif 62 #endif
63 63
64 /* 64 /*