3851: 2048 Time Limit: 2 Sec Memory Limit: 64 MBSubmit: 22 Solved: 9[Submit][Status] Description Teacher Mai is addicted to game 2048. But finally he finds it's too hard to get 2048. So he wants to change the rule: You are given some numbers. Every…
跨平台编译了ceres,结果在android平台上运行的太慢,优化一次要0.3秒左右,时不时要一两秒.这太扯了.没辙了,在google上瞎搜索,看到 Jacobian evaluation is very slow in my own project 一开始还没明白,后来明白了. 要在Android Studio的app gradle里加上 arguments '-DCMAKE_BUILD_TYPE=Release' 或在cmakelist.txt里添加 set(CMAKE_BUILD_TYPE…