sivaramambikasaran / Hodlr

Licence: other
A fast, accurate direct solver and determinant computation for dense linear systems

Projects that are alternatives of or similar to Hodlr

Bsodsurvivor
This project aims to facilitate debugging a kernel driver in windows by adding support for a code change on the fly without reboot/unload, and more!
Stars: ✭ 122 (-12.86%)
Mutual labels:  kernel
Build
Armbian Linux build framework
Stars: ✭ 1,827 (+1205%)
Mutual labels:  kernel
Symstore
The history of Windows Internals via symbols.
Stars: ✭ 133 (-5%)
Mutual labels:  kernel
Releases
dahliaOS ISO releases
Stars: ✭ 125 (-10.71%)
Mutual labels:  kernel
Mbp Fedora
Stars: ✭ 129 (-7.86%)
Mutual labels:  kernel
Djy Oneplus6 Or Oneplus6t Nethunter Andrax Kernel
DJY Nethunter And Andrax Kernel Oneplus6-Oneplus6T
Stars: ✭ 132 (-5.71%)
Mutual labels:  kernel
Inspector
The Inspector tool is a privilege escalation helper (PoC), easy to deployed on web server, this tool can list process running with root, check kernel version, check history file, get possible exploit ...
Stars: ✭ 119 (-15%)
Mutual labels:  kernel
Ds4vita
Stars: ✭ 135 (-3.57%)
Mutual labels:  kernel
Spylon Kernel
Jupyter kernel for scala and spark
Stars: ✭ 129 (-7.86%)
Mutual labels:  kernel
Os One
一个自制的树莓派操作系统
Stars: ✭ 132 (-5.71%)
Mutual labels:  kernel
Af ktls
Linux Kernel TLS/DTLS Module
Stars: ✭ 124 (-11.43%)
Mutual labels:  kernel
Calc
C-style arbitrary precision calculator
Stars: ✭ 127 (-9.29%)
Mutual labels:  matrices
M5p01 muprokaron
A tiny real-time kernel focusing on formal reliability and simplicity.
Stars: ✭ 132 (-5.71%)
Mutual labels:  kernel
Machinelearning
An easy neural network for Java!
Stars: ✭ 122 (-12.86%)
Mutual labels:  matrices
Knetstat
Simple kernel module to inspect socket options
Stars: ✭ 134 (-4.29%)
Mutual labels:  kernel
Uc Os2
µC/OS-II is a preemptive, highly portable, and scalable real-time kernels. Designed for ease of use on a huge number of CPU architectures.
Stars: ✭ 120 (-14.29%)
Mutual labels:  kernel
Blizzard Jailbreak
An Open-Source iOS 11.0 -> 11.4.1 (soon iOS 13) Jailbreak, made for teaching purposes.
Stars: ✭ 130 (-7.14%)
Mutual labels:  kernel
Projecteuler
Polyglot solutions for www.projecteuler.net mathematical challenges
Stars: ✭ 137 (-2.14%)
Mutual labels:  solver
Mathjs
An extensive math library for JavaScript and Node.js
Stars: ✭ 11,861 (+8372.14%)
Mutual labels:  matrices
Linear Algebra
Linear algebra for Nim
Stars: ✭ 132 (-5.71%)
Mutual labels:  matrices

Logo of HODLRlib

HODLRlib

Documentation Status

C++ Build Status Codacy Badge Coverage Status

License: MPL 2.0

Version 3.1415 arXiv arXiv

GitHub forks GitHub stars

Open Source Love PR Welcome Twitter

Built by SAFRAN

HitCount

DOI

DOI

HODLRlib is a flexible library for performing matrix operations like matrix-vector products, solving and determinant computation in near-linear complexity(for matrices that resemble a HODLR structure). The solver has also been extended to matrices not necessarily arising out of kernels and also to higher dimensions. Further, the solver has been optimized and the running time of the solver is now massively (a few orders of magnitude) faster than the running times reported in the original articles[1][2]. Low-rank approximation of the appropriate blocks are obtained using the rook pivoting algorithm. The domain is sub-divided based on a KDTree. The solver is fairly general, works with minimal restrictions and has been parallelized using OpenMP.

For more details on the usage of the library, visit the documentation page.

Features

MatVecs: Obtains at a cost of

Factorization: Factors the matrix into the desired form at a cost of

Cholesky-like Symmetric Factorization: Obtains at a cost of

Solve: Solves linear systems at an additional cost of

Determinant Computation: Additional Cost of

Version 3.1415

Date: January 6th, 2019

Copyleft 2019: Sivaram Ambikasaran

Developed by Sivaram Ambikasaran, Karan Raj Singh, Shyam Sundar Sankaran

License

This program is free software; you can redistribute it and/or modify it under the terms of MPL2 license. The 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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].