Takeshi Enomoto

Results 10 issues of Takeshi Enomoto

CG converges in two steps for Booth function with the modified search direction. The pull request includes the followings: * use search direction updated by cg_update(). * use the first...

I modified setup.py to find MacPorts and FreeBSD pkg/ports compilers. Currently `python setup.py install` can be used with MacPorts. `pip` can be used for build but `rpath` problem at runtime...

It would be better if one can specify files for the logo and signature. The patches should also fix #1, #2, and #3.

I made small changes to make the shell scripts run on FreeBSD and hopefully other BSD flaours. - `build.sh` and `run.sh` do not use bash features. Replace `/bin/bash` with `/bin/sh`....

Unlike Python, the type of a numeric literal is implicitly assumed. Float literals are assumed to be real*4. We need to either explicitly add a type like `tref = 288.0_p`...

Thank you for making MFEM portable across platforms. I noticed that MacPorts has MFEM 4.5.2 and FreeBSD pkg has 4.4.

releases

#### Submission Checklist - [ ] Run unit tests - [X] Declare copyright holder and agree to license (see below) #### Summary The make command on FreeBSD is BSD make....

eigen fails to build with gcc5. On FreeBSD 11-RELEASE, the problem can be fixed by adding `-std=c++11` to the compile options or switch the compiler to system clang in lib/Makefile....

bug

At the end of 3.2.1, 4x3 slices of the array go to the back and to the right instead of up and to the right.

Small typos are fixed in the second last snippet on luz. MSE should be computed with `nnf_mse_loss()` rather than `nn_mse_loss()`.