Tech
kevin-tofu
March 7, 2025
About Sparse matrix is good for representing a matrix that there are so many non-zero values. If...
kevin-tofu
March 6, 2025
Code Result N=10000 N=50000 N=10000000
kevin-tofu
March 3, 2025
About In the last article(https://eye.kohei-kevin.com/2025/03/03/optimization-solver-ooenmdao/), I tested simple non linear optimization problem with a liner constraint. I...
kevin-tofu
March 3, 2025
About There are not many options for solving complex nonlinear optimization problems. When you want to try...
kevin-tofu
February 27, 2025
About There are many free structural analysis tools available.FreeFEM++, OpenSees, salome-meca… However, they are surprisingly difficult to...
kevin-tofu
February 24, 2025
About I want to read STL files in C++, but there seem to be several options. Name...
kevin-tofu
February 22, 2025
About I wanted to try Eigen again after a long time, so I created a CMakeLists file...
kevin-tofu
February 20, 2025
About The deployment of Minecraft Server is easier that you think. Manifest
kevin-tofu
February 20, 2025
About You might be surprised to see this code. If you are Python beginner, you would expect...