Can you give me a mathematical estimation about the algorithm complexity of matrix multiplication and matrix inversion in MATLAB?
Show older comments
Can you give me a mathematical estimation about the algorithm complexity of matrix multiplication and matrix inversion in MATLAB?
If matrix A is m*n, matrix B is n*k and the number of thread is s, the algorithm complexity of matrix multiplication is something like o (m, n, k, s). If A is n*n, what is the algorithm complexity of matrix inversion (inv(A) or A\B)?
I hope the algorithm complexity of MATLAB is not business secret. It is better be a published paper.
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!