eigen/doc/snippets
Gael Guennebaud f64311e07d Extended the comma initializer to support xpr on the right side:
Matrix3i mat; Vector2i vec(33,66);
  mat << vec.transpose(), 99,
         vec, Matrix2i::random();
2008-03-08 19:46:06 +00:00
..
CMakeLists.txt everything works, make now runs doxygen once and only once, after all 2007-12-21 11:29:04 +00:00
compile_snippet.cpp.in part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Eval_MatrixType.cpp alpha 3.1. in this commit: 2008-01-15 13:55:47 +00:00
MatrixBase_adjoint.cpp matrix storage order can now also be row-dominant (choosable for each matrix separately) 2007-12-27 21:43:10 +00:00
MatrixBase_asDiagonal.cpp - make MatrixBase and all expressions aware of their preferred traversal order. 2008-01-05 10:57:14 +00:00
MatrixBase_block_int_int_int_int.cpp documentation update for alpha 3 2008-01-13 23:17:51 +00:00
MatrixBase_block_int_int.cpp documentation update for alpha 3 2008-01-13 23:17:51 +00:00
MatrixBase_cast.cpp - rework the coefficients API 2007-12-24 11:14:25 +00:00
MatrixBase_col.cpp - rework the coefficients API 2007-12-24 11:14:25 +00:00
MatrixBase_corner_enum_int_int.cpp documentation update for alpha 3 2008-01-13 23:17:51 +00:00
MatrixBase_diagonal.cpp matrix storage order can now also be row-dominant (choosable for each matrix separately) 2007-12-27 21:43:10 +00:00
MatrixBase_end_int.cpp documentation update for alpha 3 2008-01-13 23:17:51 +00:00
MatrixBase_eval.cpp matrix storage order can now also be row-dominant (choosable for each matrix separately) 2007-12-27 21:43:10 +00:00
MatrixBase_fixedBlock_int_int.cpp Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block 2008-02-29 13:56:40 +00:00
MatrixBase_identity_int_int.cpp rework Identity API: no longer restricted to square matrices 2008-01-11 15:56:21 +00:00
MatrixBase_identity.cpp rework Identity API: no longer restricted to square matrices 2008-01-11 15:56:21 +00:00
MatrixBase_isDiagonal.cpp - move: DerivedTraits becomes MatrixBase::Traits 2008-01-06 16:35:21 +00:00
MatrixBase_isIdentity.cpp - move: DerivedTraits becomes MatrixBase::Traits 2008-01-06 16:35:21 +00:00
MatrixBase_isOnes.cpp - move: DerivedTraits becomes MatrixBase::Traits 2008-01-06 16:35:21 +00:00
MatrixBase_isOrtho_matrix.cpp - move: DerivedTraits becomes MatrixBase::Traits 2008-01-06 16:35:21 +00:00
MatrixBase_isOrtho_vector.cpp - move: DerivedTraits becomes MatrixBase::Traits 2008-01-06 16:35:21 +00:00
MatrixBase_isZero.cpp - move: DerivedTraits becomes MatrixBase::Traits 2008-01-06 16:35:21 +00:00
MatrixBase_map_int_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_map_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_map.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_minor.cpp matrix storage order can now also be row-dominant (choosable for each matrix separately) 2007-12-27 21:43:10 +00:00
MatrixBase_ones_int_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_ones_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_ones.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_random_int_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_random_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_random.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_row.cpp - rework the coefficients API 2007-12-24 11:14:25 +00:00
MatrixBase_set.cpp Extended the comma initializer to support xpr on the right side: 2008-03-08 19:46:06 +00:00
MatrixBase_setIdentity.cpp Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block 2008-02-29 13:56:40 +00:00
MatrixBase_setOnes.cpp -add set...() methods and their documentation; remove Generic 2008-01-11 15:08:04 +00:00
MatrixBase_setRandom.cpp -add set...() methods and their documentation; remove Generic 2008-01-11 15:08:04 +00:00
MatrixBase_setZero.cpp -add set...() methods and their documentation; remove Generic 2008-01-11 15:08:04 +00:00
MatrixBase_start_int.cpp documentation update for alpha 3 2008-01-13 23:17:51 +00:00
MatrixBase_transpose.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_zero_int_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_zero_int.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00
MatrixBase_zero.cpp more documentation, 12 more code snippets 2008-01-03 19:36:32 +00:00