Ignore:
Timestamp:
Jan 7, 2007, 2:48:38 PM (16 years ago)
Author:
Peter
Message:

moving vector matrix multiplication to matrix.h and matrix.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/utility.h

    r734 r737  
    3333///
    3434
    35 #include "vector.h"
    36 
    3735#include <string>
    3836#include <utility>
     
    4341namespace utility {
    4442
    45   class matrix;
     43  class vector;
    4644
    4745  ///
     
    8684
    8785
    88   /**
    89      @brief matrix vector multiplication
    90    */
    91   vector operator*(const matrix&, const vector&);
    92 
    93 
    94   /**
    95      @brief matrix vector multiplication
    96    */
    97   vector operator*(const vector&, const matrix&);
    98 
    9986}}} // of namespace utility, yat, and theplu
    10087
Note: See TracChangeset for help on using the changeset viewer.