forward_solver.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 14 行
CAT
14 行
function [V] = forward_solver(vtx,E,I,tol,pp,V);This function solves the forward problem using the Cholesky or LU method or conjugate gradients. vtx = The verticesE = The full rank system matrix I = The currents matrix (RHS) pp = the column permutation vector V = The approximated nodal potential distributiontol = The tolerance in the forward solution, e.g. 1e-5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?