What is the best algorithm for solving a band-diagonal matrix?
I\'m trying t开发者_开发问答o figure out the best way to solve a pentadiagonal matrix. Is there something faster than gaussian elimination?You should do an LU or Cholesky decomposition of the matrix,
问答
阅读(1)