j
k
j a
j l
AMDG Ed wrote:
But I want to use Boost matrix where I don't know the size at the time the matrix is declared.
ublas::matrix has a resize function. matrix<double> m; //... m.resize(3, 3); In Christ, Steven Watanabe
Back to the thread
Back to the list