.. |
.krazy
|
|
|
AngleAxis_mimic_euler.cpp
|
|
|
Array_initializer_list_23_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Array_initializer_list_vector_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Array_variadic_ctor_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
BiCGSTAB_simple.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
BiCGSTAB_step_by_step.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
class_FullPivLU.cpp
|
fix compilation of LU class example
|
2011-01-24 07:41:47 -05:00 |
CMakeLists.txt
|
STYLE: Remove CMake-language block-end command arguments
|
2019-10-31 11:36:27 -05:00 |
ColPivHouseholderQR_solve.cpp
|
|
|
compile_snippet.cpp.in
|
Bug #1800: Guard against misleading indentation
|
2020-01-03 13:47:43 +01:00 |
ComplexEigenSolver_compute.cpp
|
|
|
ComplexEigenSolver_eigenvalues.cpp
|
|
|
ComplexEigenSolver_eigenvectors.cpp
|
|
|
ComplexSchur_compute.cpp
|
|
|
ComplexSchur_matrixT.cpp
|
|
|
ComplexSchur_matrixU.cpp
|
|
|
Cwise_abs2.cpp
|
|
|
Cwise_abs.cpp
|
|
|
Cwise_acos.cpp
|
factorize implementation of standard real unary math functions, and add acos, asin
|
2011-02-17 17:37:11 +01:00 |
Cwise_arg.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_array_power_array.cpp
|
Generalize pow(x,e) such that x and e can be a different expression type or a scalar for either x or e. Add x.pow(e) with e an array expression.
|
2015-07-20 13:57:55 +02:00 |
Cwise_asin.cpp
|
Fix some doxygen errors and warnings.
|
2013-07-02 14:08:12 +01:00 |
Cwise_atan.cpp
|
Add documentation and very simple test for array atan(), part 2
|
2014-06-19 15:12:33 +01:00 |
Cwise_boolean_and.cpp
|
Fix snippets for operator|| and && by adding pair of parens.
|
2011-06-03 11:17:08 +01:00 |
Cwise_boolean_not.cpp
|
Fix isfinite/isinf/isnan code snippets
|
2015-06-15 15:09:25 +02:00 |
Cwise_boolean_or.cpp
|
Fix snippets for operator|| and && by adding pair of parens.
|
2011-06-03 11:17:08 +01:00 |
Cwise_boolean_xor.cpp
|
Fix typo
|
2017-01-11 09:34:08 +01:00 |
Cwise_ceil.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_cos.cpp
|
|
|
Cwise_cosh.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_cube.cpp
|
|
|
Cwise_equal_equal.cpp
|
|
|
Cwise_exp.cpp
|
|
|
Cwise_floor.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_greater_equal.cpp
|
|
|
Cwise_greater.cpp
|
|
|
Cwise_inverse.cpp
|
|
|
Cwise_isFinite.cpp
|
Fix isfinite/isinf/isnan code snippets
|
2015-06-15 15:09:25 +02:00 |
Cwise_isInf.cpp
|
Fix isfinite/isinf/isnan code snippets
|
2015-06-15 15:09:25 +02:00 |
Cwise_isNaN.cpp
|
Fix isfinite/isinf/isnan code snippets
|
2015-06-15 15:09:25 +02:00 |
Cwise_less_equal.cpp
|
|
|
Cwise_less.cpp
|
|
|
Cwise_log10.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_log.cpp
|
|
|
Cwise_max.cpp
|
|
|
Cwise_min.cpp
|
|
|
Cwise_minus_equal.cpp
|
|
|
Cwise_minus.cpp
|
|
|
Cwise_not_equal.cpp
|
|
|
Cwise_plus_equal.cpp
|
|
|
Cwise_plus.cpp
|
|
|
Cwise_pow.cpp
|
|
|
Cwise_product.cpp
|
|
|
Cwise_quotient.cpp
|
|
|
Cwise_rint.cpp
|
Bug #1785: Introduce numext::rint.
|
2020-01-07 21:22:44 +00:00 |
Cwise_round.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_scalar_power_array.cpp
|
Generalize pow(x,e) such that x and e can be a different expression type or a scalar for either x or e. Add x.pow(e) with e an array expression.
|
2015-07-20 13:57:55 +02:00 |
Cwise_sign.cpp
|
Add missing snippet for sign/cwiseSign functions.
|
2015-12-30 15:11:42 +01:00 |
Cwise_sin.cpp
|
|
|
Cwise_sinh.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_slash_equal.cpp
|
|
|
Cwise_sqrt.cpp
|
|
|
Cwise_square.cpp
|
|
|
Cwise_tan.cpp
|
add tan function in Array world
|
2011-02-03 14:34:40 +01:00 |
Cwise_tanh.cpp
|
Add code snippets for new methods
|
2015-03-17 03:40:28 +10:00 |
Cwise_times_equal.cpp
|
|
|
DenseBase_LinSpaced_seq_deprecated.cpp
|
Build deprecated snippets with -DEIGEN_NO_DEPRECATED_WARNING
|
2019-07-12 19:43:32 +02:00 |
DenseBase_LinSpaced.cpp
|
|
|
DenseBase_LinSpacedInt.cpp
|
bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and guarantee an even spacing when possible.
|
2016-10-24 15:50:27 +02:00 |
DenseBase_setLinSpaced.cpp
|
Remove confusing transpose() in setLinSpaced() docs.
|
2013-02-18 17:27:41 +00:00 |
DirectionWise_hnormalized.cpp
|
Fix shadow warnings in doc-snippets
|
2018-08-25 10:07:17 +02:00 |
DirectionWise_replicate_int.cpp
|
|
|
DirectionWise_replicate.cpp
|
|
|
EigenSolver_compute.cpp
|
|
|
EigenSolver_EigenSolver_MatrixType.cpp
|
|
|
EigenSolver_eigenvalues.cpp
|
|
|
EigenSolver_eigenvectors.cpp
|
Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the first eigenvector should be col(0) not col(1)
|
2014-03-03 14:44:39 +01:00 |
EigenSolver_pseudoEigenvectors.cpp
|
|
|
FullPivHouseholderQR_solve.cpp
|
|
|
FullPivLU_image.cpp
|
|
|
FullPivLU_kernel.cpp
|
|
|
FullPivLU_solve.cpp
|
|
|
GeneralizedEigenSolver.cpp
|
add an example for GeneralizedEigenSolver
|
2012-07-28 18:00:54 +02:00 |
HessenbergDecomposition_compute.cpp
|
|
|
HessenbergDecomposition_matrixH.cpp
|
|
|
HessenbergDecomposition_packedMatrix.cpp
|
|
|
HouseholderQR_householderQ.cpp
|
Doc: add an example for HouseholderQR::householderQ()
|
2012-07-02 16:33:32 +02:00 |
HouseholderQR_solve.cpp
|
|
|
HouseholderSequence_HouseholderSequence.cpp
|
Document HouseholderSequence.
|
2011-01-02 16:59:44 +00:00 |
IOFormat.cpp
|
|
|
Jacobi_makeGivens.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Jacobi_makeJacobi.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
JacobiSVD_basic.cpp
|
|
|
LeastSquaresNormalEquations.cpp
|
Add doc page on computing Least Squares.
|
2014-01-18 01:16:17 +00:00 |
LeastSquaresQR.cpp
|
Add doc page on computing Least Squares.
|
2014-01-18 01:16:17 +00:00 |
LLT_example.cpp
|
Add simple example on how to compute Cholesky decomposition.
|
2011-11-07 17:14:06 +00:00 |
LLT_solve.cpp
|
|
|
Map_general_stride.cpp
|
|
|
Map_inner_stride.cpp
|
|
|
Map_outer_stride.cpp
|
|
|
Map_placement_new.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Map_simple.cpp
|
|
|
Matrix_initializer_list_23_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Matrix_initializer_list_vector_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Matrix_Map_stride.cpp
|
bug #336: improve doc for PlainObjectBase::Map
|
2017-08-22 17:18:43 +02:00 |
Matrix_resize_int_int.cpp
|
|
|
Matrix_resize_int_NoChange.cpp
|
|
|
Matrix_resize_int.cpp
|
|
|
Matrix_resize_NoChange_int.cpp
|
|
|
Matrix_setConstant_int_int.cpp
|
|
|
Matrix_setConstant_int.cpp
|
|
|
Matrix_setIdentity_int_int.cpp
|
|
|
Matrix_setOnes_int_int.cpp
|
|
|
Matrix_setOnes_int.cpp
|
|
|
Matrix_setRandom_int_int.cpp
|
|
|
Matrix_setRandom_int.cpp
|
|
|
Matrix_setZero_int_int.cpp
|
|
|
Matrix_setZero_int.cpp
|
|
|
Matrix_variadic_ctor_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
MatrixBase_adjoint.cpp
|
|
|
MatrixBase_all.cpp
|
|
|
MatrixBase_applyOnTheLeft.cpp
|
Fix documentation of MatrixBase::applyOnTheLeft (bug #739)
|
2014-02-12 14:03:39 +00:00 |
MatrixBase_applyOnTheRight.cpp
|
Fix documentation of MatrixBase::applyOnTheLeft (bug #739)
|
2014-02-12 14:03:39 +00:00 |
MatrixBase_array_const.cpp
|
|
|
MatrixBase_array.cpp
|
|
|
MatrixBase_asDiagonal.cpp
|
|
|
MatrixBase_block_int_int_int_int.cpp
|
|
|
MatrixBase_block_int_int.cpp
|
|
|
MatrixBase_bottomLeftCorner_int_int.cpp
|
|
|
MatrixBase_bottomRightCorner_int_int.cpp
|
|
|
MatrixBase_bottomRows_int.cpp
|
|
|
MatrixBase_cast.cpp
|
|
|
MatrixBase_col.cpp
|
|
|
MatrixBase_colwise_iterator_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
MatrixBase_colwise.cpp
|
|
|
MatrixBase_computeInverseAndDetWithCheck.cpp
|
|
|
MatrixBase_computeInverseWithCheck.cpp
|
|
|
MatrixBase_cwiseAbs2.cpp
|
|
|
MatrixBase_cwiseAbs.cpp
|
|
|
MatrixBase_cwiseArg.cpp
|
Add MatrixBase::cwiseArg()
|
2020-10-14 01:56:42 +00:00 |
MatrixBase_cwiseEqual.cpp
|
fix warnings for doc-eigen-prerequisites
|
2018-07-24 21:59:15 +02:00 |
MatrixBase_cwiseInverse.cpp
|
|
|
MatrixBase_cwiseMax.cpp
|
|
|
MatrixBase_cwiseMin.cpp
|
|
|
MatrixBase_cwiseNotEqual.cpp
|
fix warnings for doc-eigen-prerequisites
|
2018-07-24 21:59:15 +02:00 |
MatrixBase_cwiseProduct.cpp
|
|
|
MatrixBase_cwiseQuotient.cpp
|
|
|
MatrixBase_cwiseSign.cpp
|
Add missing snippet for sign/cwiseSign functions.
|
2015-12-30 15:11:42 +01:00 |
MatrixBase_cwiseSqrt.cpp
|
|
|
MatrixBase_diagonal_int.cpp
|
|
|
MatrixBase_diagonal_template_int.cpp
|
|
|
MatrixBase_diagonal.cpp
|
|
|
MatrixBase_eigenvalues.cpp
|
|
|
MatrixBase_end_int.cpp
|
|
|
MatrixBase_eval.cpp
|
|
|
MatrixBase_fixedBlock_int_int.cpp
|
|
|
MatrixBase_hnormalized.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
MatrixBase_homogeneous.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
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_leftCols_int.cpp
|
|
|
MatrixBase_noalias.cpp
|
|
|
MatrixBase_ones_int_int.cpp
|
|
|
MatrixBase_ones_int.cpp
|
|
|
MatrixBase_ones.cpp
|
|
|
MatrixBase_operatorNorm.cpp
|
|
|
MatrixBase_prod.cpp
|
|
|
MatrixBase_random_int_int.cpp
|
|
|
MatrixBase_random_int.cpp
|
|
|
MatrixBase_random.cpp
|
|
|
MatrixBase_replicate_int_int.cpp
|
|
|
MatrixBase_replicate.cpp
|
|
|
MatrixBase_reshaped_auto.cpp
|
Fix doc wrt previous change
|
2018-09-19 11:49:26 +02:00 |
MatrixBase_reshaped_fixed.cpp
|
typos
|
2017-02-21 17:10:55 +01:00 |
MatrixBase_reshaped_int_int.cpp
|
typos
|
2017-02-21 17:10:55 +01:00 |
MatrixBase_reshaped_to_vector.cpp
|
Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Order>(AutoSize,fix<1>).
|
2018-10-03 11:41:47 +02:00 |
MatrixBase_reverse.cpp
|
I doubt this change was intented to be committed
|
2011-04-20 08:15:09 +02:00 |
MatrixBase_rightCols_int.cpp
|
|
|
MatrixBase_row.cpp
|
|
|
MatrixBase_rowwise.cpp
|
|
|
MatrixBase_segment_int_int.cpp
|
|
|
MatrixBase_select.cpp
|
|
|
MatrixBase_selfadjointView.cpp
|
Add missing snippet files.
|
2017-01-04 23:08:27 +01:00 |
MatrixBase_set.cpp
|
|
|
MatrixBase_setIdentity.cpp
|
|
|
MatrixBase_setOnes.cpp
|
|
|
MatrixBase_setRandom.cpp
|
|
|
MatrixBase_setZero.cpp
|
|
|
MatrixBase_start_int.cpp
|
|
|
MatrixBase_template_int_bottomRows.cpp
|
|
|
MatrixBase_template_int_end.cpp
|
|
|
MatrixBase_template_int_int_block_int_int_int_int.cpp
|
Implement mixed static/dynamic-size .block() (bug #579)
|
2013-06-18 14:29:15 +01:00 |
MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp
|
Implement mixed static/dynamic-size .block() (bug #579)
|
2013-06-18 14:29:15 +01:00 |
MatrixBase_template_int_int_bottomLeftCorner.cpp
|
|
|
MatrixBase_template_int_int_bottomRightCorner_int_int.cpp
|
Implement mixed static/dynamic-size .block() (bug #579)
|
2013-06-18 14:29:15 +01:00 |
MatrixBase_template_int_int_bottomRightCorner.cpp
|
|
|
MatrixBase_template_int_int_topLeftCorner_int_int.cpp
|
Implement mixed static/dynamic-size .block() (bug #579)
|
2013-06-18 14:29:15 +01:00 |
MatrixBase_template_int_int_topLeftCorner.cpp
|
|
|
MatrixBase_template_int_int_topRightCorner_int_int.cpp
|
Implement mixed static/dynamic-size .block() (bug #579)
|
2013-06-18 14:29:15 +01:00 |
MatrixBase_template_int_int_topRightCorner.cpp
|
|
|
MatrixBase_template_int_leftCols.cpp
|
|
|
MatrixBase_template_int_rightCols.cpp
|
|
|
MatrixBase_template_int_segment.cpp
|
|
|
MatrixBase_template_int_start.cpp
|
|
|
MatrixBase_template_int_topRows.cpp
|
|
|
MatrixBase_topLeftCorner_int_int.cpp
|
|
|
MatrixBase_topRightCorner_int_int.cpp
|
|
|
MatrixBase_topRows_int.cpp
|
|
|
MatrixBase_transpose.cpp
|
|
|
MatrixBase_triangularView.cpp
|
bug #998: Started fixing doxygen warnings
|
2015-05-01 22:10:41 +02:00 |
MatrixBase_zero_int_int.cpp
|
|
|
MatrixBase_zero_int.cpp
|
|
|
MatrixBase_zero.cpp
|
|
|
PartialPivLU_solve.cpp
|
|
|
PartialRedux_count.cpp
|
doc: Explain type of result for VectorwiseOp member functions.
|
2013-08-06 09:49:44 +01:00 |
PartialRedux_maxCoeff.cpp
|
|
|
PartialRedux_minCoeff.cpp
|
|
|
PartialRedux_norm.cpp
|
|
|
PartialRedux_prod.cpp
|
|
|
PartialRedux_squaredNorm.cpp
|
|
|
PartialRedux_sum.cpp
|
|
|
RealQZ_compute.cpp
|
RealQZ: added example and some code comments
|
2012-07-28 08:24:44 -05:00 |
RealSchur_compute.cpp
|
|
|
RealSchur_RealSchur_MatrixType.cpp
|
|
|
SelfAdjointEigenSolver_compute_MatrixType2.cpp
|
|
|
SelfAdjointEigenSolver_compute_MatrixType.cpp
|
|
|
SelfAdjointEigenSolver_eigenvalues.cpp
|
|
|
SelfAdjointEigenSolver_eigenvectors.cpp
|
Fix typo in SelfAdjointEigenSolver_eigenvectors.cpp
|
2021-06-21 19:06:04 +00:00 |
SelfAdjointEigenSolver_operatorInverseSqrt.cpp
|
|
|
SelfAdjointEigenSolver_operatorSqrt.cpp
|
|
|
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp
|
|
|
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp
|
|
|
SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp
|
|
|
SelfAdjointView_eigenvalues.cpp
|
|
|
SelfAdjointView_operatorNorm.cpp
|
|
|
Slicing_arrayexpr.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Slicing_custom_padding_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Slicing_rawarray_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Slicing_stdvector_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
SparseMatrix_coeffs.cpp
|
bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non zero coefficients.
|
2016-08-29 12:06:37 +02:00 |
TopicAliasing_block_correct.cpp
|
|
|
TopicAliasing_block.cpp
|
|
|
TopicAliasing_cwise.cpp
|
|
|
TopicAliasing_mult1.cpp
|
|
|
TopicAliasing_mult2.cpp
|
|
|
TopicAliasing_mult3.cpp
|
|
|
TopicAliasing_mult4.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
TopicAliasing_mult5.cpp
|
bug #1144: clarify the doc about aliasing in case of resizing and matrix product.
|
2016-01-25 15:50:55 +01:00 |
TopicStorageOrders_example.cpp
|
Write topic page for storage orders.
|
2011-02-12 17:43:29 +00:00 |
Triangular_solve.cpp
|
bug #998: Started fixing doxygen warnings
|
2015-05-01 22:10:41 +02:00 |
Tridiagonalization_compute.cpp
|
|
|
Tridiagonalization_decomposeInPlace.cpp
|
|
|
Tridiagonalization_diagonal.cpp
|
fix compile errors in Tridiagonalization and in doc examples
|
2010-12-30 04:52:20 -05:00 |
Tridiagonalization_householderCoefficients.cpp
|
|
|
Tridiagonalization_packedMatrix.cpp
|
|
|
Tridiagonalization_Tridiagonalization_MatrixType.cpp
|
|
|
tut_arithmetic_redux_minmax.cpp
|
|
|
tut_arithmetic_transpose_aliasing.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
tut_arithmetic_transpose_conjugate.cpp
|
|
|
tut_arithmetic_transpose_inplace.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
tut_matrix_assignment_resizing.cpp
|
|
|
Tutorial_AdvancedInitialization_Block.cpp
|
|
|
Tutorial_AdvancedInitialization_CommaTemporary.cpp
|
|
|
Tutorial_AdvancedInitialization_Join.cpp
|
[doc] Remove extra ';' in Tutorial_AdvancedInitialization_Join.cpp
|
2015-12-21 01:12:26 +00:00 |
Tutorial_AdvancedInitialization_LinSpaced.cpp
|
|
|
Tutorial_AdvancedInitialization_ThreeWays.cpp
|
|
|
Tutorial_AdvancedInitialization_Zero.cpp
|
|
|
Tutorial_commainit_01.cpp
|
|
|
Tutorial_commainit_01b.cpp
|
|
|
Tutorial_commainit_02.cpp
|
|
|
Tutorial_Map_rowmajor.cpp
|
Add a tutorial page on the Map class, and add a section to FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.
|
2012-02-08 22:11:12 +01:00 |
Tutorial_Map_using.cpp
|
Add a tutorial page on the Map class, and add a section to FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.
|
2012-02-08 22:11:12 +01:00 |
Tutorial_range_for_loop_1d_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_range_for_loop_2d_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_reshaped_vs_resize_1.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_reshaped_vs_resize_2.cpp
|
Add and update manual pages for slicing, indexing, and reshaping.
|
2018-11-09 11:35:27 +01:00 |
Tutorial_ReshapeMat2Mat.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_ReshapeMat2Vec.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_SlicingCol.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_SlicingVec.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_solve_matrix_inverse.cpp
|
|
|
Tutorial_solve_multiple_rhs.cpp
|
|
|
Tutorial_solve_reuse_decomposition.cpp
|
|
|
Tutorial_solve_singular.cpp
|
|
|
Tutorial_solve_triangular_inplace.cpp
|
|
|
Tutorial_solve_triangular.cpp
|
|
|
Tutorial_std_sort_rows_cxx11.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Tutorial_std_sort.cpp
|
Make file formatting comply with POSIX and Unix standards
|
2020-03-23 18:09:02 +00:00 |
Vectorwise_reverse.cpp
|
|
|
VectorwiseOp_homogeneous.cpp
|
Fix shadow warnings in doc-snippets
|
2018-08-25 10:07:17 +02:00 |