Boost logo

Ublas :

Subject: [ublas] efficient way to convert a matrix to col major order
From: Umut Tabak (u.tabak_at_[hidden])
Date: 2011-08-08 05:39:16


Dear all,
I always use the row major order however I am interfacing UMFPACK solver
and need to convert my matrices to col major order, apparently
initializing a col major matrix with a row major one takes too much
time. Are there any work arounds for this problem in ublas in an
efficient way to save the day?
Best,
Umut