$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: eeitan_at_[hidden]
Date: 2005-07-13 08:39:53
1. is
typedef boost::numeric::ublas::compressed_matrix<double,
boost::numeric::ublas::row_major> SparseMatrix;
typedef boost::numeric::ublas::symmetric_adaptor<SparseMatrix,
boost::numeric::ublas::lower> SymetricSparseMatrix;
is good way to define it ???? or there is a better way ???
2. how do i know (easily) whether my uBlas libs are up to date ?
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.