You probably know this, but the way dispatch works in Julia, it will look for a 
function matching the signatures. Since, presumably, MyMatrix is not in base 
Julia, that zeros function will do whatever you want it to do because you have 
yo implement it.

Reply via email to