comparison liboctave/Matrix.h @ 1359:a6994c934a50

[project @ 1995-09-05 21:30:26 by jwe]
author jwe
date Tue, 05 Sep 1995 21:30:26 +0000
parents 611d403c7f3d
children 1281a23a34dd
comparison
equal deleted inserted replaced
1358:dc9c01f66a19 1359:a6994c934a50
19 along with Octave; see the file COPYING. If not, write to the Free 19 along with Octave; see the file COPYING. If not, write to the Free
20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 21
22 */ 22 */
23 23
24 /* 24 // Should probably say something here about why these classes are not
25 25 // represented by some sort of inheritance tree...
26 Should probably say something here about why these classes are not
27 represented by some sort of inheritance tree...
28
29 */
30 26
31 #if !defined (octave_Matrix_h) 27 #if !defined (octave_Matrix_h)
32 #define octave_Matrix_h 1 28 #define octave_Matrix_h 1
33 29
34 #include "mx-base.h" 30 #include "mx-base.h"