Merge pull request #348 from norihiro-w/add-Newton
Add Newton-Raphson nonlinear solver
Showing
- MathLib/LinAlg/Dense/DenseMatrix-impl.h 8 additions, 0 deletionsMathLib/LinAlg/Dense/DenseMatrix-impl.h
- MathLib/LinAlg/Dense/DenseMatrix.h 6 additions, 1 deletionMathLib/LinAlg/Dense/DenseMatrix.h
- MathLib/Nonlinear/NewtonRaphson-impl.h 139 additions, 0 deletionsMathLib/Nonlinear/NewtonRaphson-impl.h
- MathLib/Nonlinear/NewtonRaphson.h 123 additions, 0 deletionsMathLib/Nonlinear/NewtonRaphson.h
- Tests/MathLib/TestNonlinearNewton.cpp 270 additions, 0 deletionsTests/MathLib/TestNonlinearNewton.cpp
Loading
Please register or sign in to comment