Boost logo

Boost Users :

From: speedsnaii speedsnaii_at_[hidden])
Date: 2003-02-06 10:00:34


A newbie question:

I have:

void foo(matrix<double>& Y, const matrix<double>& X)
{
...
    Y[0] = X[0]; // the compiler chokes on this
...
}

What is wrong with this?

Please tell me.

Thank you.
Roland


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net