Ignore:
Timestamp:
Apr 29, 2005, 11:15:58 AM (18 years ago)
Author:
Peter
Message:

file structure modifications. NOTE, this revision is not working, please wait for the next...

Location:
trunk/lib
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lib/gslapi/matrix.h

    r294 r295  
    44#define _theplu_gslapi_matrix_
    55
     6#include <c++_tools/gslapi/vector.h>
     7
     8#include <gsl/gsl_matrix.h>
    69#include <iostream>
    710
    8 #include <gsl/gsl_matrix.h>
    9 #include "vector.h"
    1011
    1112namespace theplu {
     
    6263
    6364    ///
    64     /// Swap column \a i with \j.
     65    /// Swap column \a i with \a j.
    6566    ///
    6667    inline void column_swap(const size_t& i,const size_t& j)
Note: See TracChangeset for help on using the changeset viewer.