Open madeinquant opened 3 years ago
They should be equivalent, so this is a bit surprising.
However the latter error strongly suggests that the :vectorz
implementation hasn't yet been loaded. There could be some dependency issue or namespaces weren't properly loaded. core.matrix
makes a "best efforts" attempt to find the implementation but will fail if it can't find it.
It might be possible to require
one of the vectorz namespaces explicitly (maybe with :reload
?) to force it to register the implementation?
What is the difference between both statements?
dependencies
Create a matrix successfully.
Create a matrix unsuccessfully.