H
H
Herman Coffman2020-04-17 14:08:44
C++ / C#
Herman Coffman, 2020-04-17 14:08:44

How does matrix multiplication work in the System.Numerics. library?

I read the documentation and a couple more articles, but I didn’t find a normal video tutorial. Give an example code for matrix multiplication. And in general, what does the matrix look like in this library.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolay, 2020-04-17
@arkolka

You can see the code for a 4x4 matrix for yourself, for example:
https://github.com/microsoft/referencesource/blob/...

#
#, 2020-04-18
@mindtester

for use here https://numerics.mathdotnet.com/Matrix.html
and sorts can be viewed on githab, as already suggested by Nikolay

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question