]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Integration of newton solver coming from numerical recipes to solve
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 23 Aug 2022 09:33:45 +0000 (11:33 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 23 Aug 2022 09:33:45 +0000 (11:33 +0200)
commit2b1e9d5e6a7c31dd6b94aa53a50aa64641c85b39
tree1d56d590e28c1d4e5cc41362dd86da5211019194
parent9143c19cb83a7a32cceca489743c494f46802dd9
Integration of newton solver coming from numerical recipes to solve
src/INTERP_KERNEL/Bases/InterpKernelException.hxx
src/INTERP_KERNEL/CMakeLists.txt
src/INTERP_KERNEL/InterpKernelDenseMatrix.hxx [new file with mode: 0644]
src/INTERP_KERNEL/InterpKernelDenseMatrix.txx [new file with mode: 0644]
src/INTERP_KERNEL/InterpKernelRootsMultiDim.hxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelDenseMatrix.cxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.cxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelQRDecomp.cxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelQRDecomp.hxx [new file with mode: 0644]