Alberto Lazzarotto
Results
2
issues of
Alberto Lazzarotto
The snippet below shows that for small matrices using `MMatrix` as argument of `exponential!` is faster than using a regular `Matrix`. However the `MMatrix` allocates more. Is this the expected...
good first issue
Loading CoolProp on Julia 0.7 return > "ERROR: LoadError: UndefVarError: include not defined". Substituting `Base.include` instead of `include` at "\~\.julia\dev\CoolProp\src\CoolProp.jl:12" fixes this error (although a new warning is introduced) but...