
I am trying to figure out a way of doing the following (initialize a
lower-triangular matrix P with 0's and fill the last row with 1's)
using iterators:
int n = 10;
boost::numeric::ublas::triangular_matrix
I am trying to figure out a way of doing the following (initialize a
lower-triangular matrix P with 0's and fill the last row with 1's)
using iterators:
int n = 10;
boost::numeric::ublas::triangular_matrix