Answer the question
In order to leave comments, you need to log in
How to efficiently implement a program that performs operations on mathematical matrices?
Good day friends!
Now I want to write a program that performs operations on matrices. At first, I will manage with primitive operations (addition, subtraction, division, multiplication). I would like to learn from already experienced people how it is still worth representing the input and output data (in what form [linear lists, arrays, etc.]). I would also like to know if you had a similar problem, how did you solve it.
Answer the question
In order to leave comments, you need to log in
I would first make sure that the existing linear algebra libraries are not suitable for you.
If you play around, then for a start there will be more abstractions.
If for business, then smoke www.netlib.org/lapack and analogues
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question