{"id":16498846,"url":"https://github.com/denius/matview","last_synced_at":"2026-05-08T23:04:32.339Z","repository":{"id":145592877,"uuid":"188489618","full_name":"denius/MatView","owner":"denius","description":"MatView: Scalable Sparse Matrix Viewer","archived":false,"fork":false,"pushed_at":"2019-05-25T00:51:28.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T09:11:32.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denius.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-24T21:28:06.000Z","updated_at":"2019-05-25T00:51:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"52841dac-ffdf-49bb-9853-a610eb91e4ba","html_url":"https://github.com/denius/MatView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2FMatView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2FMatView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2FMatView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2FMatView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denius","download_url":"https://codeload.github.com/denius/MatView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404415,"owners_count":19957655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:50:20.066Z","updated_at":"2026-05-08T23:04:27.318Z","avatar_url":"https://github.com/denius.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n                       MatView Version 1.0:\n                  Simple Scalable Matrix Viewer\n           Oak Ridge National Laboratory, Oak Ridge TN.\n                    Author:  James Arthur Kohl\n                   (C) 1998 All Rights Reserved\n\n                               NOTICE\n\n  Permission to use, copy, modify, and distribute this software and\n  its documentation for any purpose and without fee is hereby granted\n  provided that the above copyright notice appear in all copies and\n  that both the copyright notice and this permission notice appear\n  in supporting documentation.\n\n  Neither the Institution, Oak Ridge National Laboratory, nor the\n  Authors make any representations about the suitability of this\n  software for any purpose.  This software is provided ``as is''\n  without express or implied warranty.\n\n  MatView was funded by the U.S. Department of Energy.\n\n=======================================================================\n\nInstalling MatView\n\n1.  To compile MatView you will first need to install the following\nadditional software packages:\n\n\t* either TCL 7.4 / TK 4.0  or  later...\n\n2.  Next, you will need to set the MATVIEW_ROOT environment variable\nin your $HOME/.cshrc or equivalent shell startup file.  The value of\n$MATVIEW_ROOT should be the directory where you have installed MatView,\nas in:\n\n\tsetenv MATVIEW_ROOT /home/me/MatView\n\n3.  MatView now supports \"configure\" installation.  To create an\nappropriate Makefile for your system, simply run:\n\n\t./configure\n\nin the MatView directory.  Then you should be able to just run\n\n\tmake\n\nto build MatView for your system.  The resulting \"matview\" executable\nwill be placed in a subdirectory named for your system via the Unix\n\"uname\" system command.  For example, for an SGI system, uname returns\n\"IRIX\", for a PC running Linux it returns \"Linux\", etc...\n\nFor information on the various configure options, you can run:\n\n\t./configure -help\n\nTo run MatView, go into the subdirectory for your system and invoke:\n\n\tmatview\n\nRunning \"matview -help\" provides a list of command line arguments.\n\nEnjoy!\n\n=======================================================================\n\nFiles:\n------\n\nMakefile - main Matview makefile for compiling \"matview\", as\n\tcreated by running \"./configure\".\n\nMakefile.in - configure Makefile source input, do not modify!\n\nconfigure - script to build a Makefile for your system.\n\nconfigure.in - input file for autoconf, to create a revised\n\tversion of the \"configure\" script (advanced users only!).\n\nconfig.* - files created by running \"./configure\", can be ignored\n\tor deleted after building the \"matview\" executable.\n\nREADME - this file.\n\ncommands.c - source file for \"matview\", containing TCL command\n\tprocedure routines.\n\ncompass.xbm - X11 bitmap file for matrix navigation interface.\n\nconst.h - source file for \"matview\", containing #defined constants\n\tand killer macros.\n\nfidapm09.mtx - sample matrix file, from Matrix Market.\n\nfile.c - source file for \"matview\", containing matrix file parsing\n\troutines, for Matrix Market and MatLab files (if so configured).\n\nmatview.c - source file for \"matview\", containing main program and\n\tinitialization routines, including command line args parsing.\n\nmatview.h - source file for \"matview\", containing main header info\n\tand data structures, and typed routine declarations.\n\nmatview.tcl - source file for \"matview\", containing the source\n\tfor the main TCL / TK script to generate the visual interface.\n\nmatview_glob.c - source file for \"matview\", containing global\n\tvariable declarations.\n\nmatview_glob.h - source file for \"matview\", containing external\n\treference declarations for global variables.\n\nmatviewrc - sample startup file, for installation in \"$HOME/.matviewrc\".\n\nprocs.tcl - source file for \"matview\", containing TCL / TK script\n\tprocedures for supporting the visual interface.\n\nutil.c - source file for \"matview\", containing utility routines.\n\nutil.tcl - source file for \"matview\", containing TCL / TK script\n\tutility procedures for supporting the visual interface.\n\n=======================================================================\n\nCorrespondence:\n---------------\n\nMail any questions, problems or suggestions to the author at:\n\n\tkohlja@ornl.gov\n\n\tJames Arthur Kohl, Ph.D.\n\tP.O. Box 2008, Bldg 6012, MS 6367\n\tOak Ridge National Laboratory\n\tOak Ridge, TN 37831-6367\n\nI usually provide timely responses unless I'm on travel.\n\nThanks much, and Good Luck!  :-)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenius%2Fmatview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenius%2Fmatview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenius%2Fmatview/lists"}