T
T
TCloud2017-11-15 21:56:38
Programming
TCloud, 2017-11-15 21:56:38

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

3 answer(s)
V
Vladimir Olohtonov, 2017-11-15
@sgjurano

I would first make sure that the existing linear algebra libraries are not suitable for you.

D
Denis Zagaevsky, 2017-11-15
@zagayevskiy

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 question

Ask a Question

731 491 924 answers to any question