Page: https://github.com/X11Libre/xserver/wiki/Are-We-XLibre-Yet%3F
| import numpy as np | |
| import time | |
| from scipy.linalg import svd | |
| # --- Параметры --- | |
| N = 1000 # Размер матрицы N x N | |
| ITERATIONS = 10 # Число итераций измерения | |
| # --- Генерация матрицы по сложному закону --- | |
| def generate_matrix(N): |
| # Doxyfile 1.13.2 | |
| # This file describes the settings to be used by the documentation system | |
| # Doxygen (www.doxygen.org) for a project. | |
| # | |
| # All text after a double hash (##) is considered a comment and is placed in | |
| # front of the TAG it is preceding. | |
| # | |
| # All text after a single hash (#) is considered a comment and will be ignored. | |
| # The format is: |
| # Doxyfile 1.9.8 | |
| # This file describes the settings to be used by the documentation system | |
| # doxygen (www.doxygen.org) for a project. | |
| # | |
| # All text after a double hash (##) is considered a comment and is placed in | |
| # front of the TAG it is preceding. | |
| # | |
| # All text after a single hash (#) is considered a comment and will be ignored. | |
| # The format is: |
| { | |
| // Warning! | |
| // Some of these settings only take effect if added to the user's `settings.json` | |
| // and will not work in the workspace `settings.json`. | |
| // It is recommended to copy the privacy-related settings into your user's `settings.json`. | |
| // PRIVACY | |
| // Telemetry | |
| "telemetry.enableCrashReporter": false, | |
| "telemetry.enableTelemetry": false, |
| Mozilla Public License Version 2.0 | |
| ================================== | |
| 1. Definitions | |
| -------------- | |
| 1.1. "Contributor" | |
| means each individual or legal entity that creates, contributes to | |
| the creation of, or owns Covered Software. |
| GNU LESSER GENERAL PUBLIC LICENSE | |
| Version 3, 29 June 2007 | |
| Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | |
| Everyone is permitted to copy and distribute verbatim copies | |
| of this license document, but changing it is not allowed. | |
| This version of the GNU Lesser General Public License incorporates | |
| the terms and conditions of version 3 of the GNU General Public |
| GNU AFFERO GENERAL PUBLIC LICENSE | |
| Version 3, 19 November 2007 | |
| Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | |
| Everyone is permitted to copy and distribute verbatim copies | |
| of this license document, but changing it is not allowed. | |
| Preamble | |
| The GNU Affero General Public License is a free, copyleft license for |