3 A << 1,2,3, 4,5,6, 7,8,9;
5 cout <<
"Here is the matrix A:" << endl <<
A << endl;
6 cout <<
"Here is the vector b:" << endl <<
b << endl;
9 cout <<
"The solution is:" << endl <<
x << endl;
Matrix< float, 3, 3 > Matrix3f
3×3 matrix of type float.
Matrix< float, 3, 1 > Vector3f
3×1 vector of type float.