Go to file
Benoit Jacob a94a8c68e8 add fromArray() and wrapArray().
For example, the following now works:

  double a1[3] = {1.0, 3.0, 2.0}, a2[3];
  Vector3d::wrapArray(a2) = 2 * Vector3d::fromArray(a1);
  cout << Vector3d::fromArray(a2) << endl; // output: 2,6,4
2007-10-14 14:45:31 +00:00
doc add fromArray() and wrapArray(). 2007-10-14 14:45:31 +00:00
src add fromArray() and wrapArray(). 2007-10-14 14:45:31 +00:00
test restrict identity() to square matrices; small change helping g++ optimize. 2007-10-14 10:01:25 +00:00
CMakeLists.txt Democracy 1 - 0 Dictatorship 2007-10-11 20:14:01 +00:00