フィルターのクリア

Number of flops for finding the co-variance of matrix of size K*1

4 ビュー (過去 30 日間)
kalpana
kalpana 2014 年 2 月 17 日
回答済み: Walter Roberson 2014 年 2 月 17 日
Can someone please tell me what is the number of flops ( floating point operations ) required to find the co-variance of matrix of size K*1? Please help me.
Thanks. Kalpana

採用された回答

Walter Roberson
Walter Roberson 2014 年 2 月 17 日
The best we can really do is talk about the computational complexity; see http://www.sciencedirect.com/science/article/pii/0045790683900290
Number of flops depends upon exact implementation. In turn that depends upon the size of the matrix; if it is sufficiently small then MATLAB would calculate it internally, but for larger matrices it would pass the data through an optimized mathematics library.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by