..
.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_FullPivLU.cpp
Port FullPivLU to PermutationMatrix
2009-11-16 17:05:12 -05:00
CMakeLists.txt
Add BVH module in unsupported (patch from Ilya Baran)
2009-03-18 20:06:06 +00:00
compile_snippet.cpp.in
add examples for makeJacobi and makeGivens
2009-09-03 11:17:16 +02: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
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
FullPivLU_image.cpp
simplifications in the ei_solve_impl system, factor out some boilerplate code
2009-11-08 16:51:41 -05:00
FullPivLU_kernel.cpp
simplifications in the ei_solve_impl system, factor out some boilerplate code
2009-11-08 16:51:41 -05:00
FullPivLU_solve.cpp
last round of changes, mainly to return derived types instead of base types, and fix various compilation issues
2009-11-09 07:51:31 -05:00
HouseholderQR_solve.cpp
simplifications in the ei_solve_impl system, factor out some boilerplate code
2009-11-08 16:51:41 -05:00
IOFormat.cpp
update snippet
2009-08-14 20:23:13 -04:00
Jacobi_makeGivens.cpp
add examples for makeJacobi and makeGivens
2009-09-03 11:17:16 +02:00
Jacobi_makeJacobi.cpp
add examples for makeJacobi and makeGivens
2009-09-03 11:17:16 +02:00
LLT_solve.cpp
*port the Cholesky module to the new solve() API
2009-10-29 21:11:05 -04: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
MatrixBase_all.cpp
MatrixBase_asDiagonal.cpp
fix compilation of the doc and started a page dedicated to high performance and or BLAS users
2009-07-27 18:50:39 +02:00
MatrixBase_block_int_int_int_int.cpp
MatrixBase_block_int_int.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
MatrixBase_cast.cpp
MatrixBase_col.cpp
MatrixBase_colwise.cpp
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
MatrixBase_computeInverseAndDetWithCheck.cpp
sync the documentation examples
2009-10-26 14:37:43 -04:00
MatrixBase_computeInverseWithCheck.cpp
sync the documentation examples
2009-10-26 14:37:43 -04:00
MatrixBase_corner_enum_int_int.cpp
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
MatrixBase_end_int.cpp
MatrixBase_eval.cpp
bugfix in compute_matrix_flags, optimization in LU,
2009-08-16 10:55:10 +02:00
MatrixBase_extract.cpp
fix compilation of the doc and started a page dedicated to high performance and or BLAS users
2009-07-27 18:50:39 +02:00
MatrixBase_fixedBlock_int_int.cpp
MatrixBase_identity_int_int.cpp
MatrixBase_identity.cpp
MatrixBase_inverse.cpp
MatrixBase_isDiagonal.cpp
MatrixBase_isIdentity.cpp
MatrixBase_isOnes.cpp
MatrixBase_isOrthogonal.cpp
MatrixBase_isUnitary.cpp
MatrixBase_isZero.cpp
MatrixBase_lazy.cpp
MatrixBase_marked.cpp
fix compilation of the doc and started a page dedicated to high performance and or BLAS users
2009-07-27 18:50:39 +02:00
MatrixBase_minor.cpp
MatrixBase_ones_int_int.cpp
MatrixBase_ones_int.cpp
MatrixBase_ones.cpp
MatrixBase_part.cpp
fix compilation of the doc and started a page dedicated to high performance and or BLAS users
2009-07-27 18:50:39 +02:00
MatrixBase_prod.cpp
* add ei_predux_mul internal function
2009-02-10 18:06:05 +00:00
MatrixBase_random_int_int.cpp
MatrixBase_random_int.cpp
MatrixBase_random.cpp
MatrixBase_reverse.cpp
apply Ricard patch for Reverse with minor modifications
2009-02-06 09:01:50 +00:00
MatrixBase_row.cpp
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
MatrixBase_setOnes.cpp
MatrixBase_setRandom.cpp
MatrixBase_setZero.cpp
MatrixBase_start_int.cpp
MatrixBase_template_int_end.cpp
MatrixBase_template_int_int_corner_enum.cpp
MatrixBase_template_int_segment.cpp
* block() for vectors ---> segment()
2008-09-15 15:45:41 +00:00
MatrixBase_template_int_start.cpp
MatrixBase_transpose.cpp
MatrixBase_zero_int_int.cpp
MatrixBase_zero_int.cpp
MatrixBase_zero.cpp
PartialPivLU_solve.cpp
Documentation clean up.
2009-12-08 15:12:27 +00: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
Tutorial_solve_matrix_inverse.cpp
Rewrite tutorial section on solving linear systems
2009-08-22 20:12:47 +01:00
Tutorial_solve_multiple_rhs.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
Tutorial_solve_reuse_decomposition.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
Tutorial_solve_singular.cpp
big huge changes, so i dont remember everything.
2009-10-28 18:19:29 -04:00
Tutorial_solve_triangular_inplace.cpp
Rewrite tutorial section on solving linear systems
2009-08-22 20:12:47 +01:00
Tutorial_solve_triangular.cpp
Rewrite tutorial section on solving linear systems
2009-08-22 20:12:47 +01:00
Vectorwise_reverse.cpp
* rename PartialRedux to VectorwiseOp
2009-06-10 11:20:30 +02:00