aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/UnalignedArrayAssert.dox
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-02-02 14:21:35 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-02-02 14:21:35 +0000
commit61e45ed500452c807924f2373b9d5442fa3d7c3a (patch)
treeef8d7eba32ef144a496f749a13b0009af612d2f5 /doc/UnalignedArrayAssert.dox
parentf3d5ba0c1f6d18edb9701776e46fa23edfe1e316 (diff)
* label Cholesky and solveTriangular.* as experimental
* improve Experimental.dox * update urls from /api/ to /dox/
Diffstat (limited to 'doc/UnalignedArrayAssert.dox')
-rw-r--r--doc/UnalignedArrayAssert.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UnalignedArrayAssert.dox b/doc/UnalignedArrayAssert.dox
index a04db5ae1..05c784ca9 100644
--- a/doc/UnalignedArrayAssert.dox
+++ b/doc/UnalignedArrayAssert.dox
@@ -8,7 +8,7 @@ my_program: path/to/eigen2/Eigen/src/Core/MatrixStorage.h:44:
Eigen::ei_matrix_array<T, Size, MatrixOptions, Align>::ei_matrix_array()
[with T = double, int Size = 2, int MatrixOptions = 2, bool Align = true]:
Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion
-is explained here: http://eigen.tuxfamily.org/api/UnalignedArrayAssert.html
+is explained here: http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html
**** READ THIS WEB PAGE !!! ****"' failed.
</pre>