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