10 Dec
2004
10 Dec
'04
12:23 p.m.
Daniel L Elliott wrote:
#include
add before lu.hpp also matrix.hpp, matrix_proxy.hpp and operation.hpp
#include
using namespace boost::numeric::ublas;
int main(){
// create a permutation matrix permutation_matrix P( 5 );
change this into 'permutation_matrix<> P( 5 ) ;'
// default contructions gives the identity-permutation
return 0; }
works for me now (using the CVS HEAD)