|
|
|
|
|
by nimrody
3557 days ago
|
|
Pascal and Ada don't usually use their arrays as matrices in mathematical expressions. Julia is targeted at people using Matlab. How do you multiply two matrices that use different indexing? Ignore the indexing differences? It's also problematic when different libraries use different conventions (0-based vs 1-based). Can you use the output of one such library to feed another? |
|