github-actions[bot] on gh-pages
deploy: fd031ff65db5c885fcd11c8… (compare)
rikardn on master
Support Mul and Pow in is_real … Merge pull request #1923 from r… (compare)
github-actions[bot] on gh-pages
deploy: d21d3b513404c48071ea96d… (compare)
rikardn on master
Use override for overriding fun… Merge pull request #1919 from r… (compare)
rikardn on master
Set version of benchmark packag… Merge pull request #1924 from r… (compare)
Add
or a Mul
object. So for example (a + b) * (c + d)
wouldn't be represented that way internally, it would first be expanded to a * c + ...etc
. Is that impression correct or is there something I've missed?
x + x
is canonicalized to 2*x
cmake
command successfully with -DGMP_LIBRARY="c:/.../lib -DGMP_INCLUDE_DIR="c:/.../lib" -DCMAKE_BUILD_TYPE="Debug"
where it was able to find the directory of the manually built gmp
library.make
it fails, throwing cannot find C:/gmp/lib: Permission denied
, which is weird since it exists & is accessible .
-- Could NOT find SymEngine (missing: SymEngine_DIR)
CMakeLists.txt
contains
cmake_minimum_required(VERSION 3.15.5)
find_package(SymEngine 0.8.1 CONFIG PATHS ~/.conan/data/symengine/0.8.1)
set(CMAKE_CXX_FLAGS_RELEASE ${CMAKE_CXX_FLAGS_RELEASE} "-std=c++0x")
include_directories(${SYMENGINE_INCLUDE_DIRS})
add_executable(example main_example.cpp)
target_link_libraries(example ${SYMENGINE_LIBRARIES})
cmake
to find symengine? I used conan
to install symengine
vec_basic vec;
vec.push_back(integer(1));
vec.push_back(symbol("b"));
vec.push_back(symbol("c"));
DenseMatrix A = DenseMatrix(3, 3, vec);
Ok, so I installed miniconda and installed the symengine successfully(all following the instructions from github and the install page). but when I try to run the command conda env create -f symedocs.yml
it returns what I think it's an error message, the following:
EnvironmentFileNotFound: 'C:\Users\me\miniconda3\symedocs.yml' file not found
I tried creating the file manually and searching for solutions online but wasn't successfull
conda install python-symengine
if you don't want to build the docs yourself
pip install symengine
conda install xeus-cling notebook
jupyter notebook