FastNXSolver

A fast MatLab linear system solver
Download

FastNXSolver Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Luigi Giaccari
  • Operating Systems:
  • Windows All
  • File Size:
  • 4 KB

FastNXSolver Tags


FastNXSolver Description

FastNXSolver is a script designed to solve many linear systems in a vectorized way in order to improve the calculation time. The Matlab looping speed can visibly slow down this process so most of the time is spent in the for loop and not to solve the system. This is particulary true when A is a small matrix. In this case SolverNxN can be a useful tool. The speed improvement is more visibile the greater number are the systems and the smaller is their dimension. The algorithm works assembling all the small elementary systems into a sparse matrix so the command is called just one time. Note: Because of algorithm structure is very important that no system is singular. One singular system can ruin the whole solution. So use this routine only if you are sure all the systems are solvable.


FastNXSolver Related Software