Changeset 3c0aa5 in git for gfanlib/gfanlib_matrix.h


Ignore:
Timestamp:
Jul 9, 2014, 10:19:05 AM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e744d9067cafc8137765bab643ab9ebf8120f339
Parents:
7aa26b206f76709abff0bab4adaac2dfc4ddb4ef
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2014-07-09 10:19:05+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:03+01:00
Message:
status update for natalia
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_matrix.h

    r7aa26b2 r3c0aa5  
    99#define LIB_ZMATRIX_H_
    1010
     11#include <sstream>
    1112#include <vector>
    1213#include <algorithm>
     
    3536  Matrix():width(0),height(0){
    3637  };
    37   static Matrix rowVectorMatrix(Vector<typ> const &v)
     38  Matrix rowVectorMatrix(Vector<typ> const &v)
    3839  {
    3940    Matrix ret(1,v.size());
Note: See TracChangeset for help on using the changeset viewer.