-
I am submitting a feature
### Problem or Feature in Brief
putenv is used in the code. Although it was the standard in the past, now we have setenv which is also a part of the standard and is mor…
-
one function : CMatrix functionExe(int i,CMatrix &m,int r=0,int c=0)
calculate function and return the result matrix
functions like{ "sinh", "cosh", "tanh","coth","sech","csch",
…
-
one function : CMatrix Execution(string s )
calculate the functions like ( sin sqrt cos ....) then insert temporary variable instead of it then send it to infixtopostfix function
-
one function: CMatrix postfixCalculation(string s)
convert infix expression to postfix expression and calculate the result and return matrix
note : the input have to be matrices and numbers and o…
-
solveCMatrix is a function with aproto type as following:
CMatrix solveCMatrix(string s, string varNames[100], string varContent[100] , int& variablesNo, int& outFileSize);
Description:
Takes a st…
-
### Summary
Hi all. Just started learning nipype, and it's been pretty great so far. I've only run into issues with the `afni.allineate` interface. I was able to fix it on my own, but I thought I …
-
I run `. /configure` after some warnings,` glibc6` can not work in mac?
```log
configure: WARNING:
*** neither the consolechars nor the setfont program was not found. You
*** will not be able t…
-
Program must at least support sin , cos and tan operations
-
Hello!
I got issue compiling mrpt wint MinGW64:
cmake .. -G "MSYS Makefiles" - ok
mingw32-make:
`$ make
Scanning dependencies of target EP_octomap
[ 0%] Creating directories for 'EP_octomap…
-
hey! :-)
i made a first, tiny step in that direction (supporting building with CMake):
https://github.com/hoijui/cmatrix/commits/cmake
it configures and compiles fine on my system (Ubuntu 14.04 6…