Search the web
Sign In
New User? Sign Up
ublas-dev · uBLAS development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Unexpected behaviour of project()   Message List  
Reply | Forward Message #2416 of 2420 |

The following line does not work (it is from a cholesky routine
submitted a long time ago on this list):

UBLAS::project(U.row (i))(UBLAS::range (i + 1, size)) -= UBLAS::prod
( ...

while the following works:

(U.row (i)) (UBLAS::range (i + 1, size)) -= UBLAS::prod (

In the former case I got an error about const correctness while the
latter works smoothly

Hope it is a useful warning
Bye
Antonio

ps where on earth should I post any user question now?








Thu Feb 3, 2005 6:45 pm

vainamonen
Offline Offline
Send Email Send Email

Forward
Message #2416 of 2420 |
Expand Messages Author Sort by Date

The following line does not work (it is from a cholesky routine submitted a long time ago on this list): UBLAS::project(U.row (i))(UBLAS::range (i + 1, size))...
Antonio Martino
vainamonen
Offline Send Email
Feb 3, 2005
6:45 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help