的Fortran語言參考實現文檔狀態:BLAS dgemm中LDA參數的用途?
* LDA - INTEGER.
* On entry, LDA specifies the first dimension of A as declared
* in the calling (sub) program. When TRANSA = 'N' or 'n' then
* LDA must be at least max(1, m), otherwise LDA must be at
* least max(1, k).
* Unchanged on exit.
然而,由於m和k我不應該能夠獲得LDA? LDA何時被允許大於n(或k)?