..
.krazy
* Add Hyperplane::transform(Matrix/Transform)
2008-08-31 13:32:29 +00:00
AngleAxis_mimic_euler.cpp
* Added .all() and .any() members to PartialRedux
2008-08-20 00:58:25 +00:00
class_LU.cpp
Optimization in LU::solve: when rows<=cols, no need to compute the L matrix
2009-01-25 16:33:06 +00:00
CMakeLists.txt
Add BVH module in unsupported (patch from Ilya Baran)
2009-03-18 20:06:06 +00:00
compile_snippet.cpp.in
QR: add isInjective(), isSurjective(),
2009-01-28 09:45:53 +00:00
Cwise_abs2.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_abs.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_cos.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_cube.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_equal_equal.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_exp.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_greater_equal.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_greater.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_inverse.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_less_equal.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_less.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_log.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_max.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_min.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_minus_equal.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_minus.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_not_equal.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_plus_equal.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_plus.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_pow.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_product.cpp
* Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products:
2008-07-26 20:40:29 +00:00
Cwise_quotient.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_sin.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_slash_equal.cpp
add cwise operator *= and /=.
2009-01-11 20:48:56 +00:00
Cwise_sqrt.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_square.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Cwise_times_equal.cpp
add cwise operator *= and /=.
2009-01-11 20:48:56 +00:00
HouseholderQR_solve.cpp
* rename QR to HouseholderQR because really that impacts the API, not just the impl.
2009-07-06 17:12:10 +02:00
IOFormat.cpp
* add documentation of the cool (?) "print with format" feature
2008-08-23 19:41:00 +00:00
LLT_solve.cpp
Big API change in Cholesky module:
2008-10-13 15:53:27 +00:00
LU_computeImage.cpp
* fix in IO.h, a useless copy was made because of assignment from
2008-12-18 20:36:25 +00:00
LU_computeKernel.cpp
Complete LU documentation
2008-08-11 21:26:37 +00:00
LU_image.cpp
* fix in IO.h, a useless copy was made because of assignment from
2008-12-18 20:36:25 +00:00
LU_kernel.cpp
Complete LU documentation
2008-08-11 21:26:37 +00:00
LU_solve.cpp
Complete LU documentation
2008-08-11 21:26:37 +00:00
Map_placement_new.cpp
add "remap" snippet using placement new
2009-02-09 09:54:48 +00:00
Matrix_resize_int_int.cpp
* add resize(int, NoChange) and resize(NoChange, int)
2009-06-24 22:07:03 +02:00
Matrix_resize_int_NoChange.cpp
* add resize(int, NoChange) and resize(NoChange, int)
2009-06-24 22:07:03 +02:00
Matrix_resize_int.cpp
* add resize(int, NoChange) and resize(NoChange, int)
2009-06-24 22:07:03 +02:00
Matrix_resize_NoChange_int.cpp
* add resize(int, NoChange) and resize(NoChange, int)
2009-06-24 22:07:03 +02:00
Matrix_setConstant_int_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setConstant_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setIdentity_int_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setOnes_int_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setOnes_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setRandom_int_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setRandom_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setZero_int_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
Matrix_setZero_int.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
MatrixBase_adjoint.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_all.cpp
Add .perpendicular() function in Geometry module (adapted from Eigen1)
2008-07-22 10:54:42 +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
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_block_int_int.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
MatrixBase_cast.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_col.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_colwise.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
MatrixBase_computeInverse.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_computeInverseWithCheck.cpp
* polish computeInverseWithCheck to share more code, fix documentation, fix coding style
2009-06-29 22:07:37 +02:00
MatrixBase_corner_enum_int_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_cwise_const.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
MatrixBase_cwise.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
MatrixBase_diagonal_int.cpp
constant Diagonal ---> DiagonalBits
2009-05-10 16:24:39 +00:00
MatrixBase_diagonal_template_int.cpp
constant Diagonal ---> DiagonalBits
2009-05-10 16:24:39 +00:00
MatrixBase_diagonal.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_end_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_eval.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_extract.cpp
* the Upper->UpperTriangular change
2008-12-20 13:36:12 +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
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_identity.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_inverse.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_isDiagonal.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_isIdentity.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_isOnes.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_isOrthogonal.cpp
* vectorize dot product, copying code from sum.
2008-06-24 15:13:00 +00:00
MatrixBase_isUnitary.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_isZero.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_lazy.cpp
last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to
2008-08-12 02:14:02 +00:00
MatrixBase_marked.cpp
* the Upper->UpperTriangular change
2008-12-20 13:36:12 +00:00
MatrixBase_minor.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_ones_int_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_ones_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_ones.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_part.cpp
fix type mismatch caught by new static assert
2009-01-27 17:42:04 +00:00
MatrixBase_prod.cpp
* add ei_predux_mul internal function
2009-02-10 18:06:05 +00:00
MatrixBase_random_int_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_random_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_random.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_reverse.cpp
apply Ricard patch for Reverse with minor modifications
2009-02-06 09:01:50 +00:00
MatrixBase_row.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_rowwise.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
MatrixBase_segment_int_int.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
MatrixBase_select.cpp
add select snippet
2009-02-09 10:01:42 +00:00
MatrixBase_set.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
MatrixBase_setIdentity.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_setOnes.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_setRandom.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_setZero.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_start_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_template_int_end.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_template_int_int_corner_enum.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_template_int_segment.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
MatrixBase_template_int_start.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_transpose.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_zero_int_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_zero_int.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
MatrixBase_zero.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
PartialLU_solve.cpp
add missing code snippets for newer Matrix methods and PartialLU::solve()
2009-06-25 00:57:51 +02:00
PartialRedux_count.cpp
add partial count redux (adapted patch from Ricard Marxer)
2009-01-24 15:22:44 +00:00
PartialRedux_maxCoeff.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
PartialRedux_minCoeff.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
PartialRedux_norm.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
PartialRedux_prod.cpp
* add ei_predux_mul internal function
2009-02-10 18:06:05 +00:00
PartialRedux_squaredNorm.cpp
* complete the change norm2->squaredNorm in PartialRedux
2008-12-07 21:40:53 +00:00
PartialRedux_sum.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
Tutorial_commainit_01.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
Tutorial_commainit_02.cpp
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
Vectorwise_reverse.cpp
* rename PartialRedux to VectorwiseOp
2009-06-10 11:20:30 +02:00