Refine by Content Type

Refine by Category

Refine by Time Frame

image thumbnail

updated 15 days ago

Kalman Filter demo for Ball Tracking by Bassam Jalgha

This code shows a demo of the kalman filter used to track a white ball. (kalman filter, linear quadratic esti..., linear system)

KalmanFilter.m

ball2.mp4

image thumbnail

updated 2 years ago

Defect Correction Method by Allan Peter Engsig-Karup

Implementation of Defect Correction Method for iteratively solving a linear equation system. (iterative solution, linear system, preconditioning)

DC(A,b,tol,maxit,M1,M2,x0,varargin)

image thumbnail

updated 3 years ago

Multiple same-size linear solver by Bruno Luong

Solve multiple systems of linear equations of the same size (linear equations, linear system, least square)

MultiProd(M, X)

MultiSolver(M, RHS)

SliceMultiProd(M, X)

image thumbnail

updated 3 years ago

SumProductLab for Factor Graphs by Henry Leung

This is an platform for experiments with factor graphs. (markov random field, hidden markov, bayesian network)

image thumbnail

updated 6 years ago

LU decomposition by Ahmad Kolahi

LU decomposition (mathematics, lu decomposition, linear system)

lu(A)

image thumbnail

updated almost 7 years ago

pagerank by David Gleich

A suite of drivers to compute the PageRank vector for a directed graph. (pagerank, linear system, arnoldi)

pagerank(A,optionsu)

image thumbnail

updated 7 years ago

A forward stable linear solver by Alain BARRAUD

Solves exactly linear systems until too ill condtionning means singular (linear algebra, linear system, exact floating point ...)

[A,b,xth,cdv]=linbench(n,cdref,kind)

[A,cdv,k,ind]=setcond(n,cdref,nbit)

[X,iflag,it]=Fp_SysLin(A,B)

Contact us