开发者

numerical-methods

0
  • Using ARPACK with PARDISO

    This is a question sim开发者_JAVA百科ilar to a question here. I wonder is there already an open sourceimplementation or example of ARPACK Eigensolver that works well with PARDISO solver and Intel mkl[详细]

    2022-12-14 13:14 分类:问答
  • Function approximation

    I have a function, P(x0, x1, ..., xn) that takes 100 integers as input and gives as output an integer. P is a slow function to evaluate(it can range from 30 seconds to a couple of minutes).[详细]

    2022-12-14 06:15 分类:问答
  • Implementing the derivative in C/C++

    How is the derivative of a f(x) typically calculated programmatically to ensure maximum accuracy? I am implementing the Newton-Raphson method, and开发者_StackOverflow中文版 it requires taking of the[详细]

    2022-12-08 15:25 分类:问答