/usr/include/spooles/InpMtx/InpMtx.h is in libspooles-dev 2.2-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 | /* InpMtx.h */
#include "../DenseMtx.h"
#include "../IV.h"
#include "../IVL.h"
#include "../DV.h"
#include "../ZV.h"
#include "../cfiles.h"
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------
coordType -- coordinate type
0 -- no type specified
1 -- row triples (i, j, a_{i,j})
2 -- column triples (i, j, a_{j,i})
3 -- chevron triples
(i, k, a_{i,i+k}) if k >= 0
(i, k, a_{i-k,i}) if k < 0
i is the chevron, k is the offset
4 -- custom coordinate, e.g., one could store (I, k, a_{i,j})
where I is the front where a_{i,j} will be assembled
and k is the offset into the vector that holds the
entries in the front
storageMode -- storage mode
0 -- no mode specified
1 -- filled with raw triples
2 -- filled with sorted and distinct triples
3 -- vectors by the first coordinate, ivec1[*] ignored
inputMode -- input mode
0 -- no input allowed
1 -- indices only
2 -- indices and real entries
3 -- indices and complex entries
maxnent -- present maximum number of entries
nent -- present number of entries
resizeMultiple -- when resizing is done,
new maxnent = old maxnent * resizeMultiple
ivec1IV -- IV object that holds the first coordinates
ivec2IV -- IV object that holds the second coordinates
dvecDV -- DV object that holds the entries
maxnvector -- present number of vectors
nvector -- present number of vectors
vecidsIV -- IV object that holds vector ids
sizesIV -- IV object that holds vector sizes
offsetsIV -- IV object that holds vector offsets
created -- 98jan28, cca
------------------------------------------------------------------
*/
typedef struct _InpMtx InpMtx ;
struct _InpMtx {
int coordType ;
int storageMode ;
int inputMode ;
int maxnent ;
int nent ;
double resizeMultiple ;
IV ivec1IV ;
IV ivec2IV ;
DV dvecDV ;
int maxnvector ;
int nvector ;
IV vecidsIV ;
IV sizesIV ;
IV offsetsIV ;
} ;
#define INPMTX_NO_TYPE 0
#define INPMTX_BY_ROWS 1
#define INPMTX_BY_COLUMNS 2
#define INPMTX_BY_CHEVRONS 3
#define INPMTX_CUSTOM 4
#define INPMTX_IS_BY_ROWS(inpmtx) \
((inpmtx)->coordType == INPMTX_BY_ROWS)
#define INPMTX_IS_BY_COLUMNS(inpmtx) \
((inpmtx)->coordType == INPMTX_BY_COLUMNS)
#define INPMTX_IS_BY_CHEVRONS(inpmtx) \
((inpmtx)->coordType == INPMTX_BY_CHEVRONS)
#define INPMTX_IS_CUSTOM(inpmtx) \
((inpmtx)->coordType == INPMTX_CUSTOM)
#define INPMTX_NO_MODE 0
#define INPMTX_RAW_DATA 1
#define INPMTX_SORTED 2
#define INPMTX_BY_VECTORS 3
#define INPMTX_IS_RAW_DATA(inpmtx) \
((inpmtx)->storageMode == INPMTX_RAW_DATA)
#define INPMTX_IS_SORTED(inpmtx) \
((inpmtx)->storageMode == INPMTX_SORTED)
#define INPMTX_IS_BY_VECTORS(inpmtx) \
((inpmtx)->storageMode == INPMTX_BY_VECTORS)
#define INPMTX_INDICES_ONLY 0
#define INPMTX_REAL_ENTRIES 1
#define INPMTX_COMPLEX_ENTRIES 2
#define INPMTX_IS_INDICES_ONLY(inpmtx) \
((inpmtx)->inputMode == INPMTX_INDICES_ONLY)
#define INPMTX_IS_REAL_ENTRIES(inpmtx) \
((inpmtx)->inputMode == SPOOLES_REAL)
#define INPMTX_IS_COMPLEX_ENTRIES(inpmtx) \
((inpmtx)->inputMode == SPOOLES_COMPLEX)
/*
#define INPMTX_IS_REAL_ENTRIES(inpmtx) \
((inpmtx)->inputMode == INPMTX_REAL_ENTRIES)
#define INPMTX_IS_COMPLEX_ENTRIES(inpmtx) \
((inpmtx)->inputMode == INPMTX_COMPLEX_ENTRIES)
*/
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in basics.c ----------------------------------------
------------------------------------------------------------------------
*/
/*
-----------------------
simplest constructor
created -- 98jan28, cca
-----------------------
*/
InpMtx *
InpMtx_new (
void
) ;
/*
-----------------------
set the default fields
created -- 98jan28, cca
-----------------------
*/
void
InpMtx_setDefaultFields (
InpMtx *inpmtx
) ;
/*
--------------------------------------------------
clear the data fields, releasing allocated storage
created -- 98jan28, cca
--------------------------------------------------
*/
void
InpMtx_clearData (
InpMtx *inpmtx
) ;
/*
------------------------------------------
destructor, free's the object and its data
created -- 98jan28, cca
------------------------------------------
*/
InpMtx *
InpMtx_free (
InpMtx *inpmtx
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in instance.c --------------------------------------
------------------------------------------------------------------------
*/
/*
-----------------------
returns coordinate type
created -- 98jan28, cca
-----------------------
*/
int
InpMtx_coordType (
InpMtx *inpmtx
) ;
/*
-----------------------
returns storage mode
created -- 98jan28, cca
----------------------
*/
int
InpMtx_storageMode (
InpMtx *inpmtx
) ;
/*
-----------------------
returns input mode
created -- 98jan28, cca
-----------------------
*/
int
InpMtx_inputMode (
InpMtx *inpmtx
) ;
/*
-----------------------
returns inpmtx->mxnent
created -- 98jan28, cca
-----------------------
*/
int
InpMtx_maxnent (
InpMtx *inpmtx
) ;
/*
-----------------------
returns inpmtx->nent
created -- 98jan28, cca
-----------------------
*/
int
InpMtx_nent (
InpMtx *inpmtx
) ;
/*
-------------------------
returns inpmtx->mxnvector
created -- 98jan28, cca
-------------------------
*/
int
InpMtx_maxnvector (
InpMtx *inpmtx
) ;
/*
-----------------------
returns inpmtx->nvector
created -- 98jan28, cca
-----------------------
*/
int
InpMtx_nvector (
InpMtx *inpmtx
) ;
/*
------------------------------
returns inpmtx->resizeMultiple
created -- 98jan28, cca
------------------------------
*/
double
InpMtx_resizeMultiple (
InpMtx *inpmtx
) ;
/*
---------------------------------
returns pointer to ivec1[] vector
created -- 98jan28, cca
---------------------------------
*/
int *
InpMtx_ivec1 (
InpMtx *inpmtx
) ;
/*
---------------------------------
returns pointer to ivec2[] vector
created -- 98jan28, cca
---------------------------------
*/
int *
InpMtx_ivec2 (
InpMtx *inpmtx
) ;
/*
--------------------------------
returns pointer to dvec[] vector
created -- 98jan28, cca
--------------------------------
*/
double *
InpMtx_dvec (
InpMtx *inpmtx
) ;
/*
---------------------------------
returns pointer to sizes[] vector
created -- 98jan28, cca
---------------------------------
*/
int *
InpMtx_sizes (
InpMtx *inpmtx
) ;
/*
----------------------------------
returns pointer to vecids[] vector
created -- 98jan28, cca
----------------------------------
*/
int *
InpMtx_vecids (
InpMtx *inpmtx
) ;
/*
-----------------------------------
returns pointer to offsets[] vector
created -- 98jan28, cca
-----------------------------------
*/
int *
InpMtx_offsets (
InpMtx *inpmtx
) ;
/*
---------------------------------------
retrieve requested vector
set *pnent to # of entries
*pindices to address of first index
created -- 98jan28, cca
---------------------------------------
*/
void
InpMtx_vector (
InpMtx *inpmtx,
int id,
int *pnent,
int **pindices
) ;
/*
---------------------------------------
retrieve requested vector
set *pnent to # of entries
*pindices to address of first index
*pentries to address of first entry
created -- 98jan28, cca
---------------------------------------
*/
void
InpMtx_realVector (
InpMtx *inpmtx,
int id,
int *pnent,
int **pindices,
double **pentries
) ;
/*
---------------------------------------
retrieve requested vector
set *pnent to # of entries
*pindices to address of first index
*pentries to address of first entry
created -- 98jan28, cca
---------------------------------------
*/
void
InpMtx_complexVector (
InpMtx *inpmtx,
int id,
int *pnent,
int **pindices,
double **pentries
) ;
/*
--------------------------------------------------------------
sets the maximum numnber of entries. this methods resizes the
ivec1[], ivece2[] and dvec[] vectors if newmaxnent != maxnent
created -- 98jan28, cca
--------------------------------------------------------------
*/
void
InpMtx_setMaxnent (
InpMtx *inpmtx,
int newmaxnent
) ;
/*
---------------------------------
set the present number of entries
created -- 98jan28, cca
--------------------------------
*/
void
InpMtx_setNent (
InpMtx *inpmtx,
int newnent
) ;
/*
--------------------------------------------------
sets the maximum number of vectors.
if newmaxnent != maxnent then this methods resizes
the vecids[], sizes[] and offsets[] vectors
created -- 98jan28, cca
--------------------------------------------------
*/
void
InpMtx_setMaxnvector (
InpMtx *inpmtx,
int newmaxnvector
) ;
/*
---------------------------------
set the present number of vectors
created -- 98jan28, cca
---------------------------------
*/
void
InpMtx_setNvector (
InpMtx *inpmtx,
int newnvector
) ;
/*
---------------------------
sets inpmtx->resizeMultiple
created -- 98jan28, cca
---------------------------
*/
void
InpMtx_setResizeMultiple (
InpMtx *inpmtx,
double resizeMultiple
) ;
/*
--------------------------------------------
sets coordType of InpMtx structure to
allow user to define custom coordinate type.
Note, new type must be > 3.
created -- 98jan28, cca
--------------------------------------------
*/
void
InpMtx_setCoordType (
InpMtx *inpmtx,
int type
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in init.c ------------------------------------------
------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
initialize the object
coordType -- coordinate type, input supported for types 1, 2 and 3
1 -- row triples (i, j, a_{i,j})
2 -- column triples (i, j, a_{j,i})
3 -- chevron triples
(i, k, a_{i,i+k}) if k >= 0
(i, k, a_{i-k,i}) if k < 0
i is the chevron, k is the offset
4 -- custom coordinate, e.g., one could store (I, k, a_{i,j})
where I is the front where a_{i,j} will be assembled
and k is the offset into the vector that holds the
entries in the front
inputMode -- mode for input
1 --> indices only
2 --> indices and entries
maxnent -- upper bound on the number of entries,
also equal to the workspace, so if the assembly includes
overlapping data, give enough elbow room for efficiency.
maxnvector -- upper bound on the number of vectors to be supported.
this may not be known ahead of time (e.g., the number of vectors
may be the number of fronts which is not known before the
ordering is done and front tree constructed).
created -- 98jan28, cca
------------------------------------------------------------------
*/
void
InpMtx_init (
InpMtx *inpmtx,
int coordType,
int inputMode,
int maxnent,
int maxnvector
) ;
/*
--------------------------
change the coordinate type
created -- 98jan28, cca
--------------------------
*/
void
InpMtx_changeCoordType (
InpMtx *inpmtx,
int newType
) ;
/*
-----------------------
change the storage mode
created -- 98jan28, cca
-----------------------
*/
void
InpMtx_changeStorageMode (
InpMtx *inpmtx,
int newMode
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in input.c -----------------------------------------
------------------------------------------------------------------------
*/
/*
----------------------------------
input a single entry in the matrix
created -- 98jan28, cca
----------------------------------
*/
void
InpMtx_inputEntry (
InpMtx *inpmtx,
int row,
int col
) ;
/*
---------------------------------------
input a single real entry in the matrix
created -- 98jan28, cca
---------------------------------------
*/
void
InpMtx_inputRealEntry (
InpMtx *inpmtx,
int row,
int col,
double value
) ;
/*
------------------------------------------
input a single complex entry in the matrix
created -- 98jan28, cca
------------------------------------------
*/
void
InpMtx_inputComplexEntry (
InpMtx *inpmtx,
int row,
int col,
double real,
double imag
) ;
/*
------------------------------
input a real row in the matrix
created -- 98jan28, cca
------------------------------
*/
void
InpMtx_inputRow (
InpMtx *inpmtx,
int row,
int rowsize,
int rowind[]
) ;
/*
------------------------------
input a real row in the matrix
created -- 98jan28, cca
------------------------------
*/
void
InpMtx_inputRealRow (
InpMtx *inpmtx,
int row,
int rowsize,
int rowind[],
double rowent[]
) ;
/*
---------------------------------
input a complex row in the matrix
created -- 98jan28, cca
---------------------------------
*/
void
InpMtx_inputComplexRow (
InpMtx *inpmtx,
int row,
int rowsize,
int rowind[],
double rowent[]
) ;
/*
----------------------------
input a column in the matrix
created -- 98jan28, cca
----------------------------
*/
void
InpMtx_inputColumn (
InpMtx *inpmtx,
int col,
int colsize,
int colind[]
) ;
/*
---------------------------------
input a real column in the matrix
created -- 98jan28, cca
---------------------------------
*/
void
InpMtx_inputRealColumn (
InpMtx *inpmtx,
int col,
int colsize,
int colind[],
double colent[]
) ;
/*
------------------------------------
input a complex column in the matrix
created -- 98jan28, cca
------------------------------------
*/
void
InpMtx_inputComplexColumn (
InpMtx *inpmtx,
int col,
int colsize,
int colind[],
double colent[]
) ;
/*
-----------------------------
input a chevron in the matrix
created -- 98jan28, cca
-----------------------------
*/
void
InpMtx_inputChevron (
InpMtx *inpmtx,
int chv,
int chvsize,
int chvind[]
) ;
/*
-----------------------------
input a chevron in the matrix
created -- 98jan28, cca
-----------------------------
*/
void
InpMtx_inputRealChevron (
InpMtx *inpmtx,
int chv,
int chvsize,
int chvind[],
double chvent[]
) ;
/*
-----------------------------
input a chevron in the matrix
created -- 98jan28, cca
-----------------------------
*/
void
InpMtx_inputComplexChevron (
InpMtx *inpmtx,
int chv,
int chvsize,
int chvind[],
double chvent[]
) ;
/*
-----------------------
input a matrix
created -- 98jan28, cca
-----------------------
*/
void
InpMtx_inputMatrix (
InpMtx *inpmtx,
int nrow,
int ncol,
int rowstride,
int colstride,
int rowind[],
int colind[]
) ;
/*
-----------------------
input a matrix
created -- 98jan28, cca
-----------------------
*/
void
InpMtx_inputRealMatrix (
InpMtx *inpmtx,
int nrow,
int ncol,
int rowstride,
int colstride,
int rowind[],
int colind[],
double mtxent[]
) ;
/*
-----------------------
input a matrix
created -- 98jan28, cca
-----------------------
*/
void
InpMtx_inputComplexMatrix (
InpMtx *inpmtx,
int nrow,
int ncol,
int rowstride,
int colstride,
int rowind[],
int colind[],
double mtxent[]
) ;
/*
-------------------------------------------------------------
input a number of (row,column, entry) triples into the matrix
created -- 98jan28, cca
-------------------------------------------------------------
*/
void
InpMtx_inputTriples (
InpMtx *inpmtx,
int ntriples,
int rowids[],
int colids[]
) ;
/*
-------------------------------------------------------------
input a number of (row,column, entry) triples into the matrix
created -- 98jan28, cca
-------------------------------------------------------------
*/
void
InpMtx_inputRealTriples (
InpMtx *inpmtx,
int ntriples,
int rowids[],
int colids[],
double entries[]
) ;
/*
-------------------------------------------------------------
input a number of (row,column, entry) triples into the matrix
created -- 98jan28, cca
-------------------------------------------------------------
*/
void
InpMtx_inputComplexTriples (
InpMtx *inpmtx,
int ntriples,
int rowids[],
int colids[],
double entries[]
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in permute.c ---------------------------------------
------------------------------------------------------------------------
*/
/*
-----------------------
permute the entries
created -- 96jul05, cca
-----------------------
*/
void
InpMtx_permute (
InpMtx *inpmtx,
int rowOldToNew[],
int colOldToNew[]
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in extract.c ---------------------------------------
------------------------------------------------------------------------
*/
/*
----------------------------------------------------------
purpose -- to extract a submatrix, B = A(BrowsIV, BcolsIV)
return values ---
1 -- normal return
-1 -- B is NULL
-2 -- BcolsIV is NULL
-3 -- BrowsIV is NULL
-4 -- B is NULL
-5 -- invalid input mode for A
-6 -- invalid coordinate type for A
-7 -- invalid symmetryflag
-8 -- hermitian flag but not complex
-9 -- msglvl > 0 and msgFile = NULL
created -- 98oct15, cca
----------------------------------------------------------
*/
int
InpMtx_initFromSubmatrix (
InpMtx *B,
InpMtx *A,
IV *BrowsIV,
IV *BcolsIV,
int symmetryflag,
int msglvl,
FILE *msgFile
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in util.c ------------------------------------------
------------------------------------------------------------------------
*/
/*
---------------------------------
given the data is in raw triples,
sort and compress the data
created -- 98jan28, cca
---------------------------------
*/
void
InpMtx_sortAndCompress (
InpMtx *inpmtx
) ;
/*
----------------------------------------------------
convert from sorted and compressed triples to vector
created -- 98jan28, cca
----------------------------------------------------
*/
void
InpMtx_convertToVectors (
InpMtx *inpmtx
) ;
/*
-------------------------
drop off-diagonal entries
created -- 98jan28, cca
-------------------------
*/
void
InpMtx_dropOffdiagonalEntries (
InpMtx *inpmtx
) ;
/*
----------------------------------
drop entries in the lower triangle
created -- 98jan28, cca
----------------------------------
*/
void
InpMtx_dropLowerTriangle (
InpMtx *inpmtx
) ;
/*
----------------------------------
drop entries in the upper triangle
created -- 98jan28, cca
----------------------------------
*/
void
InpMtx_dropUpperTriangle (
InpMtx *inpmtx
) ;
/*
-----------------------------------
map entries into the lower triangle
created -- 98jan28, cca
-----------------------------------
*/
void
InpMtx_mapToLowerTriangle (
InpMtx *inpmtx
) ;
/*
-----------------------------------
map entries into the upper triangle
created -- 98jan28, cca
-----------------------------------
*/
void
InpMtx_mapToUpperTriangle (
InpMtx *inpmtx
) ;
/*
-----------------------------------
map entries into the upper triangle
for a hermitian matrix
created -- 98may15, cca
-----------------------------------
*/
void
InpMtx_mapToUpperTriangleH (
InpMtx *inpmtx
) ;
/*
-----------------------------------------------------------
purpose -- compute the checksums of the indices and entries
sums[0] = sum_{ii=0}^{nent} abs(ivec1[ii])
sums[1] = sum_{ii=0}^{nent} abs(ivec2[ii])
if real or complex entries then
sums[2] = sum_{ii=0}^{nent} magnitudes of entries
endif
created -- 98may16, cca
-----------------------------------------------------------
*/
void
InpMtx_checksums (
InpMtx *inpmtx,
double sums[]
) ;
/*
----------------------------------------------------------------
purpose -- to create an InpMtx object filled with random entries
input --
mtx -- matrix object, if NULL, it is created
inputMode -- input mode for the object,
indices only, real or complex entries
coordType -- coordinate type for the object,
by rows, by columns or by chevrons
storageMode -- storage mode for the object,
raw data, sorted or by vectors
nrow -- # of rows
ncol -- # of columns
symflag -- symmetry flag for the matrix,
symmetric, hermitian or nonsymmetric
nonzerodiag -- if 1, entries are placed on the diagonal
nitem -- # of items to be placed into the matrix
seed -- random number seed
return value ---
1 -- normal return
-1 -- mtx is NULL
-2 -- bad input mode
-3 -- bad coordinate type
-4 -- bad storage mode
-5 -- nrow or ncol <= 0
-6 -- bad symmetry flag
-7 -- hermitian matrix but not complex
-8 -- symmetric or hermitian matrix but nrow != ncol
-9 -- nitem < 0
----------------------------------------------------------------
*/
int
InpMtx_randomMatrix (
InpMtx *mtx,
int inputMode,
int coordType,
int storageMode,
int nrow,
int ncol,
int symflag,
int nonzerodiag,
int nitem,
int seed
) ;
/*
----------------------------------------------------
determine the range of the matrix,
i.e., the minimum and maximum rows and columns
if pmincol != NULL then *pmincol = minimum column id
if pmaxcol != NULL then *pmaxcol = maximum column id
if pminrow != NULL then *pminrow = minimum row id
if pmaxrow != NULL then *pmaxrow = maximum row id
return value ---
1 -- normal return
-1 -- mtx is NULL
-2 -- no entries in the matrix
-3 -- invalid coordinate type
created -- 98oct15, cca
----------------------------------------------------
*/
int
InpMtx_range (
InpMtx *mtx,
int *pmincol,
int *pmaxcol,
int *pminrow,
int *pmaxrow
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in fullAdj.c ---------------------------------------
------------------------------------------------------------------------
*/
/*
-------------------------------------------------------------
purpose -- to return the full, symmetric adjacency IVL object
for the graph of A + A^T
created -- 98jan28, cca
-------------------------------------------------------------
*/
IVL *
InpMtx_fullAdjacency (
InpMtx *inpmtx
) ;
/*
-------------------------------------------------------------
purpose -- to return the full, symmetric adjacency IVL object
for the graph of (A + B) + (A + B)^T
created -- 97nov05, cca
-------------------------------------------------------------
*/
IVL *
InpMtx_fullAdjacency2 (
InpMtx *inpmtxA,
InpMtx *inpmtxB
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in adjForATA.c -------------------------------------
------------------------------------------------------------------------
*/
/*
----------------------------------
return an IVL object that contains
the adjacency structure of A^TA.
created -- 98jan28, cca
----------------------------------
*/
IVL *
InpMtx_adjForATA (
InpMtx *inpmtxA
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in profile.c ---------------------------------------
------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
to fill xDV and yDV with a log10 profile of the magnitudes of
the entries in the InpMtx object. tausmall and tau big provide
cutoffs within which to examine the entries. pnsmall and pnbig
are address to hold the number of entries smaller than tausmall,
and larger than taubig, respectively.
created -- 97feb14, cca
------------------------------------------------------------------
*/
void
InpMtx_log10profile (
InpMtx *inpmtx,
int npts,
DV *xDV,
DV *yDV,
double tausmall,
double taubig,
int *pnzero,
int *pnsmall,
int *pnbig
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in gmmm.c ------------------------------------------
------------------------------------------------------------------------
*/
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A*X
where X and Y are DenseMtx objects, and X and Y
must be column major.
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- Y is NULL
-6 -- type of Y is invalid
-7 -- dimensions and strides of Y do not line up
-8 -- entries of Y are NULL
-9 -- beta is NULL
-10 -- X is NULL
-11 -- type of X is invalid
-12 -- dimensions and strides of X do not line up
-13 -- entries of X are NULL
-14 -- types of A, X and Y are not identical
-15 -- # of columns of X and Y are not equal
created -- 98may02, cca
--------------------------------------------------
*/
int
InpMtx_nonsym_gmmm (
InpMtx *A,
double beta[],
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A^T*X
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- Y is NULL
-6 -- type of Y is invalid
-7 -- dimensions and strides of Y do not line up
-8 -- entries of Y are NULL
-9 -- beta is NULL
-10 -- X is NULL
-11 -- type of X is invalid
-12 -- dimensions and strides of X do not line up
-13 -- entries of X are NULL
-14 -- types of A, X and Y are not identical
-15 -- # of columns of X and Y are not equal
created -- 98may02, cca
--------------------------------------------------
*/
int
InpMtx_nonsym_gmmm_T (
InpMtx *A,
double beta[],
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A^H*X
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- Y is NULL
-6 -- type of Y is invalid
-7 -- dimensions and strides of Y do not line up
-8 -- entries of Y are NULL
-9 -- beta is NULL
-10 -- X is NULL
-11 -- type of X is invalid
-12 -- dimensions and strides of X do not line up
-13 -- entries of X are NULL
-14 -- types of A, X and Y are not identical
-15 -- # of columns of X and Y are not equal
-16 -- A, X and Y are real
created -- 98may02, cca
--------------------------------------------------
*/
int
InpMtx_nonsym_gmmm_H (
InpMtx *A,
double beta[],
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A*X
where A is symmetric
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- Y is NULL
-6 -- type of Y is invalid
-7 -- dimensions and strides of Y do not line up
-8 -- entries of Y are NULL
-9 -- beta is NULL
-10 -- X is NULL
-11 -- type of X is invalid
-12 -- dimensions and strides of X do not line up
-13 -- entries of X are NULL
-14 -- types of A, X and Y are not identical
-15 -- # of columns of X and Y are not equal
created -- 98nov06, cca
--------------------------------------------------
*/
int
InpMtx_sym_gmmm (
InpMtx *A,
double beta[],
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A*X
where A is hermitian
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- Y is NULL
-6 -- type of Y is invalid
-7 -- dimensions and strides of Y do not line up
-8 -- entries of Y are NULL
-9 -- beta is NULL
-10 -- X is NULL
-11 -- type of X is invalid
-12 -- dimensions and strides of X do not line up
-13 -- entries of X are NULL
-14 -- types of A, X and Y are not identical
-15 -- # of columns of X and Y are not equal
-16 -- A, X and Y are real
created -- 98nov06, cca
--------------------------------------------------
*/
int
InpMtx_herm_gmmm (
InpMtx *A,
double beta[],
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in gmvm.c ------------------------------------------
------------------------------------------------------------------------
*/
/*
--------------------------------------------------
purpose -- to compute y := beta*y + alpha*A*x
where x and y are double vectors.
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- ny <= 0
-6 -- y is NULL
-7 -- alpha is NULL
-8 -- nx <= 0
-9 -- x is NULL
created -- 98nov14, cca
--------------------------------------------------
*/
int
InpMtx_nonsym_gmvm (
InpMtx *A,
double beta[],
int ny,
double y[],
double alpha[],
int nx,
double x[]
) ;
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A^T*X
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- ny <= 0
-6 -- y is NULL
-7 -- alpha is NULL
-8 -- nx <= 0
-9 -- x is NULL
created -- 98may02, cca
--------------------------------------------------
*/
int
InpMtx_nonsym_gmvm_T (
InpMtx *A,
double beta[],
int ny,
double y[],
double alpha[],
int nx,
double x[]
) ;
/*
---------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A^H*X
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- ny <= 0
-6 -- y is NULL
-7 -- alpha is NULL
-8 -- nx <= 0
-9 -- x is NULL
-10 -- A is real
created -- 98may02, cca
---------------------------------------------------
*/
int
InpMtx_nonsym_gmvm_H (
InpMtx *A,
double beta[],
int ny,
double y[],
double alpha[],
int nx,
double x[]
) ;
/*
----------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A*X
where A is symmetric
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- ny <= 0
-6 -- y is NULL
-7 -- alpha is NULL
-8 -- nx <= 0
-9 -- x is NULL
created -- 98nov06, cca
----------------------------------------------------
*/
int
InpMtx_sym_gmvm (
InpMtx *A,
double beta[],
int ny,
double y[],
double alpha[],
int nx,
double x[]
) ;
/*
--------------------------------------------------
purpose -- to compute Y := beta*Y + alpha*A*X
where A is hermitian
return values ---
1 -- normal return
-1 -- A is NULL
-2 -- type of A is invalid
-3 -- indices or entries of A are NULL
-4 -- beta is NULL
-5 -- ny <= 0
-6 -- y is NULL
-7 -- alpha is NULL
-8 -- nx <= 0
-9 -- x is NULL
-10 -- A, X and Y are real
created -- 98nov06, cca
--------------------------------------------------
*/
int
InpMtx_herm_gmvm (
InpMtx *A,
double beta[],
int ny,
double y[],
double alpha[],
int nx,
double x[]
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in mmm.c -------------------------------------------
------------------------------------------------------------------------
*/
/*
----------------------------------------
purpose -- to compute Y := Y + alpha*A*X
created -- 98may02, cca
----------------------------------------
*/
void
InpMtx_nonsym_mmm (
InpMtx *A,
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
------------------------------------------
purpose -- to compute Y := Y + alpha*A^T*X
created -- 98may28, cca
------------------------------------------
*/
void
InpMtx_nonsym_mmm_T (
InpMtx *A,
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
------------------------------------------
purpose -- to compute Y := Y + alpha*A^H*X
created -- 98may28, cca
------------------------------------------
*/
void
InpMtx_nonsym_mmm_H (
InpMtx *A,
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
----------------------------------------
purpose -- to compute Y := Y + alpha*A*X
where A is symmetric
created -- 98may02, cca
----------------------------------------
*/
void
InpMtx_sym_mmm (
InpMtx *A,
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*
----------------------------------------
purpose -- to compute Y := Y + alpha*A*X
where A is hermitian
created -- 98may02, cca
----------------------------------------
*/
void
InpMtx_herm_mmm (
InpMtx *A,
DenseMtx *Y,
double alpha[],
DenseMtx *X
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in mvmVector.c -------------------------------------
------------------------------------------------------------------------
*/
/*
----------------------------------------
purpose -- to compute Y := Y + alpha*A*X
created -- 98may02, cca
----------------------------------------
*/
void
InpMtx_nonsym_mmmVector (
InpMtx *A,
double y[],
double alpha[],
double x[]
) ;
/*
------------------------------------------
purpose -- to compute Y := Y + alpha*A^T*X
created -- 98may28, cca
------------------------------------------
*/
void
InpMtx_nonsym_mmmVector_T (
InpMtx *A,
double y[],
double alpha[],
double x[]
) ;
/*
------------------------------------------
purpose -- to compute Y := Y + alpha*A^H*X
created -- 98may28, cca
------------------------------------------
*/
void
InpMtx_nonsym_mmmVector_H (
InpMtx *A,
double y[],
double alpha[],
double x[]
) ;
/*
----------------------------------------
purpose -- to compute Y := Y + alpha*A*X
where A is symmetric
created -- 98may02, cca
----------------------------------------
*/
void
InpMtx_sym_mmmVector (
InpMtx *A,
double y[],
double alpha[],
double x[]
) ;
/*
----------------------------------------
purpose -- to compute Y := Y + alpha*A*X
where A is hermitian
created -- 98may02, cca
----------------------------------------
*/
void
InpMtx_herm_mmmVector (
InpMtx *A,
double y[],
double alpha[],
double x[]
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in support.c ---------------------------------------
------------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------
purpose --
this method is used to determine the support of this matrix
for a matrix-vector multiply y[] = A * x[] when A is a
nonsymmetric matrix.
rowsupIV -- filled with row indices of y[] which will be updated.
colsupIV -- filled with row indices of x[] which will be used.
created -- 98aug01, cca
--------------------------------------------------------------------
*/
void
InpMtx_supportNonsym (
InpMtx *A,
IV *rowsupIV,
IV *colsupIV
) ;
/*
--------------------------------------------------------------------
purpose --
this method is used to determine the support of this matrix
for a matrix-vector multiply y[] = A * x[] when A is a
nonsymmetric matrix.
rowsupIV -- filled with row indices of y[] which will be updated.
colsupIV -- filled with row indices of x[] which will be used.
created -- 98aug01, cca
--------------------------------------------------------------------
*/
void
InpMtx_supportNonsymT (
InpMtx *A,
IV *rowsupIV,
IV *colsupIV
) ;
/*
--------------------------------------------------------------------
purpose --
this method is used to determine the support of this matrix
for a matrix-vector multiply y[] = A * x[] when A is a
nonsymmetric matrix.
rowsupIV -- filled with row indices of y[] which will be updated.
colsupIV -- filled with row indices of x[] which will be used.
created -- 98aug01, cca
--------------------------------------------------------------------
*/
void
InpMtx_supportNonsymH (
InpMtx *A,
IV *rowsupIV,
IV *colsupIV
) ;
/*
--------------------------------------------------------------------
purpose --
this method is used to determine the support of this matrix
for a matrix-vector multiply y[] = A * x[] when A is a
symmetric matrix.
supIV -- filled with row indices of y[] which will be updated
and row indices of x[] which will be used.
created -- 98aug01, cca
--------------------------------------------------------------------
*/
void
InpMtx_supportSym (
InpMtx *A,
IV *supIV
) ;
/*
--------------------------------------------------------------------
purpose --
this method is used to determine the support of this matrix
for a matrix-vector multiply y[] = A * x[] when A is a
Hermitian matrix.
supIV -- filled with row indices of y[] which will be updated
and row indices of x[] which will be used.
created -- 98aug01, cca
--------------------------------------------------------------------
*/
void
InpMtx_supportHerm (
InpMtx *A,
IV *supIV
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in map.c -------------------------------------------
------------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------
purpose -- to map the coordinates of the entries of the matrix
into new coordinates. this method is used during the distributed
matrix-vector multiply where a matrix local to a processor is
mapped into a local coordinate system.
(row,col) --> (rowmap[row],colmap[col])
we check that row is in [0,nrow) and col is in [0,ncol),
where nrow is the size of rowmapIV and ncol is the size of colmapIV.
note, the storage mode is not changed. i.e., if the data is
stored by vectors, it may be invalid after the indices have
been mapped. on the other hand, it may not, so it is the user's
responsibility to reset the storage mode if necessary.
created -- 98aug02, cca
--------------------------------------------------------------------
*/
void
InpMtx_mapEntries (
InpMtx *inpmtx,
IV *rowmapIV,
IV *colmapIV
) ;
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------------
----- methods found in IO.c --------------------------------------------
------------------------------------------------------------------------
*/
/*
---------------------------------------------------
purpose -- to read in a InpMtx object from a file
input --
fn -- filename, must be *.inpmtxb or *.inpmtxf
return value -- 1 if success, 0 if failure
created -- 98jan28, cca
--------------------------------------------------
*/
int
InpMtx_readFromFile (
InpMtx *inpmtx,
char *fn
) ;
/*
--------------------------------------------------------
purpose -- to read a InpMtx object from a formatted file
return value -- 1 if success, 0 if failure
created -- 98jan28, cca
--------------------------------------------------------
*/
int
InpMtx_readFromFormattedFile (
InpMtx *inpmtx,
FILE *fp
) ;
/*
------------------------------------------------------
purpose -- to read a InpMtx object from a binary file
return value -- 1 if success, 0 if failure
created -- 98jan28, cca
------------------------------------------------------
*/
int
InpMtx_readFromBinaryFile (
InpMtx *inpmtx,
FILE *fp
) ;
/*
----------------------------------------------
purpose -- to write a InpMtx object to a file
input --
fn -- filename
*.inpmtxb -- binary
*.inpmtxf -- formatted
anything else -- for human eye
return value -- 1 if success, 0 otherwise
created -- 98jan28, cca
----------------------------------------------
*/
int
InpMtx_writeToFile (
InpMtx *inpmtx,
char *fn
) ;
/*
------------------------------------------------------
purpose -- to write a InpMtx object to a formatted file
return value -- 1 if success, 0 otherwise
created -- 98jan28, cca
------------------------------------------------------
*/
int
InpMtx_writeToFormattedFile (
InpMtx *inpmtx,
FILE *fp
) ;
/*
---------------------------------------------------
purpose -- to write a InpMtx object to a binary file
return value -- 1 if success, 0 otherwise
created -- 98jan28, cca
---------------------------------------------------
*/
int
InpMtx_writeToBinaryFile (
InpMtx *inpmtx,
FILE *fp
) ;
/*
----------------------------------------------------
purpose -- to write a InpMtx object for a human eye
return value -- 1 if success, 0 otherwise
created -- 98jan28, cca
----------------------------------------------------
*/
int
InpMtx_writeForHumanEye (
InpMtx *inpmtx,
FILE *fp
) ;
/*
-----------------------------------------------------------
purpose -- to write out the statistics for the InpMtx object
return value -- 1 if success, 0 otherwise
created -- 98jan28, cca
-----------------------------------------------------------
*/
int
InpMtx_writeStats (
InpMtx *inpmtx,
FILE *fp
) ;
/*
----------------------------------------------------
purpose -- to write a InpMtx object to a matlab file
return value -- 1 if success, 0 otherwise
created -- 98jan28, cca
----------------------------------------------------
*/
int
InpMtx_writeForMatlab (
InpMtx *inpmtx,
char *mtxname,
FILE *fp
) ;
/*
----------------------------------------------------------------
purpose -- to read in a InpMtx object from a Harwell-Boeing file
input --
fn -- filename
return value -- 1 if success, 0 if failure
created -- 98sep11, cca
---------------------------------------------------------------
*/
int
InpMtx_readFromHBfile (
InpMtx *inpmtx,
char *fn
) ;
/*--------------------------------------------------------------------*/
|