链接已复制
1 回复
You need to provide a bit more context such as for what function. Are you referring to the symmetric linear solvers in LAPACK? For ?potrf, the matrix is stored full. However, for the packed cases, ?pptrf, you have the option of providing either the upper or lower matrix. In either case the data is stored by columns.
Bruce