5.3 稀疏矩阵
摘要:
稀疏矩阵的三元组表存储设m*n 矩阵中有t 个非零元素且tmu=A->nu; 7 B->nu=A->mu; 8 B->tu=A->tu; 9 /*稀疏矩阵的行、列、元素个数*/10 if (B->tu>0) /*有非零元素则转换*/11 { 12 ... 阅读全文
posted @ 2015-05-21 11:35 chunlanse2014 阅读(1334) 评论(0) 推荐(1) 编辑
2015年5月21日 #
Powered by:
博客园
Copyright © 2025 chunlanse2014
Powered by .NET 9.0 on Kubernetes