eigen/disabled
Gael Guennebaud 05ad083467 Added MatrixBase::Unit*() static function to easily create unit/basis vectors.
Removed EulerAngles, addes typdefs for Quaternion and AngleAxis,
and added automatic conversions from Quaternion/AngleAxis to Matrix3 such that:
 Matrix3f m = AngleAxisf(0.2,Vector3f::UnitX) * AngleAxisf(0.2,Vector3f::UnitY);
just works.
2008-07-19 13:03:23 +00:00
..
ArrayBase.h * refactoring of Product: 2008-06-19 17:33:57 +00:00
class_Eval.cpp - remove Eval/EvalOMP (moving them to a disabled/ subdir in order 2008-03-31 17:24:09 +00:00
EulerAngles.h Added MatrixBase::Unit*() static function to easily create unit/basis vectors. 2008-07-19 13:03:23 +00:00
Eval_MatrixType.cpp - remove Eval/EvalOMP (moving them to a disabled/ subdir in order 2008-03-31 17:24:09 +00:00
Eval.h -new: recursive costs system, useful to determine automatically 2008-04-03 11:10:17 +00:00
EvalOMP.h - remove Eval/EvalOMP (moving them to a disabled/ subdir in order 2008-03-31 17:24:09 +00:00
ompbench.cxxlist I forgot that the previous commit needed minor changes outside the bench folder 2008-07-08 17:25:58 +00:00
ompbenchmark.cpp I forgot that the previous commit needed minor changes outside the bench folder 2008-07-08 17:25:58 +00:00
Product.h * Block: row and column expressions in the inner direction 2008-06-16 14:54:31 +00:00