diagonal matrix
"Yasser H. Abdel-Haleem" <[email protected]> Wed, 2 Jun 2004 14:57:29 +0100
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a question, I am not able to a construct diagonal matrix without passing four parameters to the matrix typedef matrix<double, diagonal<>, dense<>, row_major>::type DDMATRIX; DDMATRIX Matrix= DDMATRIX(rows, cols,0,0); If I do not add the last two parameters the compiler VC++ 6 does not compile. I just like to use the first two parameters to keep the code consistent if possible, any suggestions? Yasser _______________________________________________ This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/