Research Article

A GPU-Accelerated 3D Mesh Deformation Method Based on Radial Basis Function Interpolation

Algorithm 2

Kernel function for solving the linear equation system of equation (4).
function LinearSolver
/∗ Solve the linear equation system with the form of ∗/
Input: Matrix of dimension , vector
Output: vector
cusolverDnDgetrf ; //LU decomposition of matrix
cusolverDnDgetrs ; //solving linear equation system: