distributed.speye
분산 희소 단위 행렬 생성
구문
DS = distributed.speye(n)
DS = distributed.speye(m,n)
DS = distributed.speye([m,n])
설명
DS = distributed.speye(n)
은 기본 클래스가 double형인 n
×n
분산 희소 배열을 만듭니다.
DS = distributed.speye(m,n)
또는 DS = distributed.speye([m,n])
은 기본 클래스가 double형인 m
×n
분산 희소 배열을 만듭니다.
예제
1000×1000 분산 희소 단위 행렬을 만듭니다.
N = 1000; DS = distributed.speye(N);
버전 내역
R2009b에 개발됨