1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef EIGEN_SPARSETRIANGULARSOLVER_H #define EIGEN_SPARSETRIANGULARSOLVER_H // IWYU pragma: private #include "./InternalHeaderCheck.h" namespace Eigen { namespace internal { template ::Flags) & RowMajorBit> struct sparse_solve_triangular_selector; // forward substitution, row-major template struct sparse_solve_triangular_selector { typedef typename Rhs::Scalar Scalar; typedef evaluator LhsEval; typedef typename evaluator::InnerIterator LhsIterator; static void run(const Lhs& lhs, Rhs& other) { LhsEval lhsEval(lhs); for (Index col = 0; col < other.cols(); ++col) { for (Index i = 0; i < lhs.rows(); ++i) { Scalar tmp = other.coeff(i, col); Scalar lastVal(0); Index lastIndex = 0; for (LhsIterator it(lhsEval, i); it; ++it) { lastVal = it.value(); lastIndex = it.index(); if (lastIndex == i) break; tmp = numext::madd(-lastVal, other.coeff(lastIndex, col), tmp); } if (Mode & UnitDiag) other.coeffRef(i, col) = tmp; else { eigen_assert(lastIndex == i); other.coeffRef(i, col) = tmp / lastVal; } } } } }; // backward substitution, row-major template struct sparse_solve_triangular_selector { typedef typename Rhs::Scalar Scalar; typedef evaluator LhsEval; typedef typename evaluator::InnerIterator LhsIterator; static void run(const Lhs& lhs, Rhs& other) { LhsEval lhsEval(lhs); for (Index col = 0; col < other.cols(); ++col) { for (Index i = lhs.rows() - 1; i >= 0; --i) { Scalar tmp = other.coeff(i, col); Scalar l_ii(0); LhsIterator it(lhsEval, i); while (it && it.index() < i) ++it; if (!(Mode & UnitDiag)) { eigen_assert(it && it.index() == i); l_ii = it.value(); ++it; } else if (it && it.index() == i) ++it; for (; it; ++it) { tmp = numext::madd(-it.value(), other.coeff(it.index(), col), tmp); } if (Mode & UnitDiag) other.coeffRef(i, col) = tmp; else other.coeffRef(i, col) = tmp / l_ii; } } } }; // forward substitution, col-major template struct sparse_solve_triangular_selector { typedef typename Rhs::Scalar Scalar; typedef evaluator LhsEval; typedef typename evaluator::InnerIterator LhsIterator; static void run(const Lhs& lhs, Rhs& other) { LhsEval lhsEval(lhs); for (Index col = 0; col < other.cols(); ++col) { for (Index i = 0; i < lhs.cols(); ++i) { Scalar& tmp = other.coeffRef(i, col); if (!numext::is_exactly_zero(tmp)) // optimization when other is actually sparse { LhsIterator it(lhsEval, i); while (it && it.index() < i) ++it; if (!(Mode & UnitDiag)) { eigen_assert(it && it.index() == i); tmp /= it.value(); } if (it && it.index() == i) ++it; for (; it; ++it) { other.coeffRef(it.index(), col) = numext::madd(-tmp, it.value(), other.coeffRef(it.index(), col)); } } } } } }; // backward substitution, col-major template struct sparse_solve_triangular_selector { typedef typename Rhs::Scalar Scalar; typedef evaluator LhsEval; typedef typename evaluator::InnerIterator LhsIterator; static void run(const Lhs& lhs, Rhs& other) { LhsEval lhsEval(lhs); for (Index col = 0; col < other.cols(); ++col) { for (Index i = lhs.cols() - 1; i >= 0; --i) { Scalar& tmp = other.coeffRef(i, col); if (!numext::is_exactly_zero(tmp)) // optimization when other is actually sparse { if (!(Mode & UnitDiag)) { // TODO replace this by a binary search. make sure the binary search is safe for partially sorted elements LhsIterator it(lhsEval, i); while (it && it.index() != i) ++it; eigen_assert(it && it.index() == i); other.coeffRef(i, col) /= it.value(); } LhsIterator it(lhsEval, i); for (; it && it.index() < i; ++it) { other.coeffRef(it.index(), col) = numext::madd(-tmp, it.value(), other.coeffRef(it.index(), col)); } } } } } }; } // end namespace internal #ifndef EIGEN_PARSED_BY_DOXYGEN template template void TriangularViewImpl::solveInPlace(MatrixBase& other) const { eigen_assert(derived().cols() == derived().rows() && derived().cols() == other.rows()); eigen_assert((!(Mode & ZeroDiag)) && bool(Mode & (Upper | Lower))); enum { copy = internal::traits::Flags & RowMajorBit }; typedef std::conditional_t::type, OtherDerived&> OtherCopy; OtherCopy otherCopy(other.derived()); internal::sparse_solve_triangular_selector, Mode>::run( derived().nestedExpression(), otherCopy); if (copy) other = otherCopy; } #endif // pure sparse path namespace internal { template struct sparse_solve_triangular_sparse_selector; // forward substitution, col-major template struct sparse_solve_triangular_sparse_selector { typedef typename Rhs::Scalar Scalar; typedef typename promote_index_type::StorageIndex, typename traits::StorageIndex>::type StorageIndex; static void run(const Lhs& lhs, Rhs& other) { const bool IsLower = (UpLo == Lower); AmbiVector tempVector(other.rows() * 2); tempVector.setBounds(0, other.rows()); Rhs res(other.rows(), other.cols()); res.reserve(other.nonZeros()); for (Index col = 0; col < other.cols(); ++col) { // FIXME estimate number of non zeros tempVector.init(.99 /*float(other.col(col).nonZeros())/float(other.rows())*/); tempVector.setZero(); tempVector.restart(); for (typename Rhs::InnerIterator rhsIt(other, col); rhsIt; ++rhsIt) { tempVector.coeffRef(rhsIt.index()) = rhsIt.value(); } for (Index i = IsLower ? 0 : lhs.cols() - 1; IsLower ? i < lhs.cols() : i >= 0; i += IsLower ? 1 : -1) { tempVector.restart(); Scalar& ci = tempVector.coeffRef(i); if (!numext::is_exactly_zero(ci)) { // find typename Lhs::InnerIterator it(lhs, i); if (!(Mode & UnitDiag)) { if (IsLower) { eigen_assert(it.index() == i); ci /= it.value(); } else ci /= lhs.coeff(i, i); } tempVector.restart(); if (IsLower) { if (it.index() == i) ++it; for (; it; ++it) { tempVector.coeffRef(it.index()) = numext::madd(-ci, it.value(), tempVector.coeffRef(it.index())); } } else { for (; it && it.index() < i; ++it) { tempVector.coeffRef(it.index()) = numext::madd(-ci, it.value(), tempVector.coeffRef(it.index())); } } } } // Index count = 0; // FIXME compute a reference value to filter zeros for (typename AmbiVector::Iterator it(tempVector /*,1e-12*/); it; ++it) { // ++ count; // std::cerr << "fill " << it.index() << ", " << col << "\n"; // std::cout << it.value() << " "; // FIXME use insertBack res.insert(it.index(), col) = it.value(); } // std::cout << "tempVector.nonZeros() == " << int(count) << " / " << (other.rows()) << "\n"; } res.finalize(); other = res.markAsRValue(); } }; } // end namespace internal #ifndef EIGEN_PARSED_BY_DOXYGEN template template void TriangularViewImpl::solveInPlace(SparseMatrixBase& other) const { eigen_assert(derived().cols() == derived().rows() && derived().cols() == other.rows()); eigen_assert((!(Mode & ZeroDiag)) && bool(Mode & (Upper | Lower))); // enum { copy = internal::traits::Flags & RowMajorBit }; // typedef std::conditional_t::type, OtherDerived&> OtherCopy; // OtherCopy otherCopy(other.derived()); internal::sparse_solve_triangular_sparse_selector::run( derived().nestedExpression(), other.derived()); // if (copy) // other = otherCopy; } #endif } // end namespace Eigen #endif // EIGEN_SPARSETRIANGULARSOLVER_H