From: Christian S. <cs...@us...> - 2006-01-31 14:24:17
Update of /cvsroot/lapackpp/lapackpp/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12279/include
Modified Files:
gmc.h gmd.h gmf.h gmi.h gmli.h
Log Message:
2006-01-31 Christian Stimming <sti...@tu...>
* include/gmd.h, gmc.h, gmi.h, gmf.h, gmli.h: Add row() and
column() methods to access single rows and columns as submatrix
views more easily. Implementation is in matrix/src/gmtmpl.cc.