Re: [ublas] issue in using vector in version 1.64

David Bellot via Boost <[email protected]>
Newsgroups gmane.comp.lib.boost.devel,gmane.comp.lib.boost.ublas
Message-ID <CAOE6ZJGC=ruAeE4_2AYnjkrD4MtDGiNqX9+tkKHCLvHdSHZ1FA@mail.gmail.com>
it works for me too.
Strange but that you have.
Are you sure your boost is correctly installed ?

@Edward:
v(i) = i;
assigns i to v at position i
the () is an overloaded operator in ublas::vector equivalent to []
So here you could write
v(i) = i;
or
v[i] = i;

For matrices, however, you need to write
m(i,j) = value;

On Mon, May 22, 2017 at 8:32 AM, Rishabh Arora via ublas <
[email protected]> wrote:

> Hello,
> I just build the latest version of boost (1.64)
> I tried running the following code: http://ideone.com/n6FSKr
> It didn't compile and instead gave the following error:
> https://usercontent.irccloud-cdn.com/file/Pf0b8F8L/Screenshot%20from%
> 202017-05-22%2012-37-43.png
> Can someone please help in understanding and rectifying it.
>
> Thanks in advance,
>
> Best Regards,
> Rishabh
>
> _______________________________________________
> ublas mailing list
> [email protected]
> https://lists.boost.org/mailman/listinfo.cgi/ublas
> Sent to: [email protected]
>

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.