Download Latest Version QCustomPlot-sharedlib.tar (10.2 kB)
Email in envelope

Get an email when there's a new version of PhotonLoop

Home / lib / Eigen / doc / examples
Name Modified Size InfoDownloads / Week
Parent folder
tut_matrix_resize_fixed_size.cpp 2017-11-22 229 Bytes
tut_matrix_coefficient_accessors.cpp 2017-11-22 343 Bytes
tut_matrix_resize.cpp 2017-11-22 489 Bytes
tut_arithmetic_matrix_mul.cpp 2017-11-22 612 Bytes
tut_arithmetic_redux_basic.cpp 2017-11-22 529 Bytes
tut_arithmetic_scalar_mul_div.cpp 2017-11-22 353 Bytes
tut_arithmetic_add_sub.cpp 2017-11-22 471 Bytes
tut_arithmetic_dot_cross.cpp 2017-11-22 393 Bytes
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp 2017-11-22 531 Bytes
Tutorial_simple_example_dynamic_size.cpp 2017-11-22 680 Bytes
Tutorial_simple_example_fixed_size.cpp 2017-11-22 282 Bytes
Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp 2017-11-22 675 Bytes
Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp 2017-11-22 244 Bytes
Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp 2017-11-22 247 Bytes
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp 2017-11-22 502 Bytes
Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp 2017-11-22 513 Bytes
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp 2017-11-22 356 Bytes
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp 2017-11-22 361 Bytes
Tutorial_BlockOperations_vector.cpp 2017-11-22 348 Bytes
Tutorial_PartialLU_solve.cpp 2017-11-22 401 Bytes
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp 2017-11-22 440 Bytes
Tutorial_BlockOperations_corner.cpp 2017-11-22 448 Bytes
Tutorial_BlockOperations_print_block.cpp 2017-11-22 413 Bytes
Tutorial_ArrayClass_mult.cpp 2017-11-22 237 Bytes
Tutorial_BlockOperations_block_assignment.cpp 2017-11-22 523 Bytes
Tutorial_BlockOperations_colrow.cpp 2017-11-22 390 Bytes
Tutorial_ArrayClass_interop.cpp 2017-11-22 444 Bytes
Tutorial_ArrayClass_interop_matrix.cpp 2017-11-22 591 Bytes
Tutorial_ArrayClass_accessors.cpp 2017-11-22 466 Bytes
Tutorial_ArrayClass_addition.cpp 2017-11-22 400 Bytes
Tutorial_ArrayClass_cwise_other.cpp 2017-11-22 410 Bytes
TutorialLinAlgSetThreshold.cpp 2017-11-22 377 Bytes
TutorialLinAlgSVDSolve.cpp 2017-11-22 408 Bytes
TutorialLinAlgInverseDeterminant.cpp 2017-11-22 347 Bytes
TutorialLinAlgRankRevealing.cpp 2017-11-22 600 Bytes
TutorialLinAlgSelfAdjointEigenSolver.cpp 2017-11-22 534 Bytes
TutorialLinAlgExSolveColPivHouseholderQR.cpp 2017-11-22 381 Bytes
TutorialLinAlgExSolveLDLT.cpp 2017-11-22 356 Bytes
TemplateKeyword_simple.cpp 2017-11-22 508 Bytes
TutorialLinAlgComputeTwice.cpp 2017-11-22 622 Bytes
TutorialLinAlgExComputeSolveError.cpp 2017-11-22 371 Bytes
QuickStart_example2_fixed.cpp 2017-11-22 289 Bytes
TemplateKeyword_flexible.cpp 2017-11-22 677 Bytes
MatrixBase_cwise_const.cpp 2017-11-22 516 Bytes
QuickStart_example2_dynamic.cpp 2017-11-22 305 Bytes
QuickStart_example.cpp 2017-11-22 206 Bytes
function_taking_eigenbase.cpp 2017-11-22 418 Bytes
function_taking_ref.cpp 2017-11-22 594 Bytes
DenseBase_middleRows_int.cpp 2017-11-22 282 Bytes
DenseBase_template_int_middleCols.cpp 2017-11-22 283 Bytes
DenseBase_template_int_middleRows.cpp 2017-11-22 283 Bytes
CMakeLists.txt 2017-11-22 509 Bytes
DenseBase_middleCols_int.cpp 2017-11-22 282 Bytes
class_FixedBlock.cpp 2017-11-22 697 Bytes
class_FixedVectorBlock.cpp 2017-11-22 673 Bytes
class_VectorBlock.cpp 2017-11-22 775 Bytes
class_CwiseBinaryOp.cpp 2017-11-22 526 Bytes
class_CwiseUnaryOp.cpp 2017-11-22 561 Bytes
class_CwiseUnaryOp_ptrfun.cpp 2017-11-22 371 Bytes
class_Block.cpp 2017-11-22 737 Bytes
Totals: 60 Items   26.8 kB 0
Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links:
  http://www.mozilla.org/MPL/2.0/
  http://www.mozilla.org/MPL/2.0/FAQ.html

Some files contain third-party code under BSD or LGPL licenses, whence the other
COPYING.* files here.

All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later.
For this reason, the COPYING.LGPL file contains the LGPL 2.1 text.

If you want to guarantee that the Eigen code that you are #including is licensed
under the MPL2 and possibly more permissive licenses (like BSD), #define this
preprocessor symbol:
  EIGEN_MPL2_ONLY
For example, with most compilers, you could add this to your project CXXFLAGS:
  -DEIGEN_MPL2_ONLY
This will cause a compilation error to be generated if you #include any code that is
LGPL licensed.
Source: COPYING.README, updated 2017-11-22