bolt/deps/llvm-18.1.8/mlir/test/Integration/data/test_symmetric.mtx

14 lines
220 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
%%MatrixMarket matrix coordinate real symmetric
%
% This is a test sparse matrix in Matrix Market Exchange Format.
% see https://math.nist.gov/MatrixMarket
%
5 5 7
1 1 5.0
1 3 4.1
2 2 3.0
2 4 2.0
3 3 1.0
4 4 4.0
5 5 5.0