Subversion Repositories gelsvn

Rev

Rev 630 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 630 Rev 636
Line 6... Line 6...
6
 
6
 
7
/*!
7
/*!
8
\file LinAlgIO.h
8
\file LinAlgIO.h
9
\brief I/O functions for the LinAlg types
9
\brief I/O functions for the LinAlg types
10
*/
10
*/
11
#if !defined(LINALGIO_H__HAA_AGUST_2001)
11
#ifndef LINALGIO_H__HAA_AGUST_2001
12
#define LINALGIO_H__HAA_AGUST_2001
12
#define LINALGIO_H__HAA_AGUST_2001
13
 
13
 
14
#include "Matrix.h"
14
#include "Matrix.h"
15
#include <iostream>
15
#include <iostream>
16
 
16