GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
lis_matrix_set_type(3f) Lis Library Functions lis_matrix_set_type(3f)

lis_matrix_set_type - assign the storage format

subroutine lis_matrix_set_type(LIS_MATRIX A, LIS_INTEGER matrix_type, LIS_INTEGER ierr);

Assign the storage format.

A
The matrix

matrix_type
The storage format

matrix_type of A is LIS_MATRIX_CSR when the matrix is created. The table below shows the available storage formats for matrix_type.

Storage format matrix_type
Compressed Sparse Row (CSR) {LIS_MATRIX_CSR|1}
Compressed Sparse Row (CSR) {LIS_MATRIX_CSR|1}
Compressed Sparse Column (CSC) {LIS_MATRIX_CSC|2}
Modified Compressed Sparse Row (MSR) {LIS_MATRIX_MSR|3}
Diagonal (DIA) {LIS_MATRIX_DIA|4}
Ellpack-Itpack Generalized Diagonal (ELL) {LIS_MATRIX_ELL|5}
Jagged Diagonal (JAD) {LIS_MATRIX_JAD|6}
Block Sparse Row (BSR) {LIS_MATRIX_BSR|7}
Block Sparse Column (BSC) {LIS_MATRIX_BSC|8}
Variable Block Row (VBR) {LIS_MATRIX_VBR|9}
Coordinate (COO) {LIS_MATRIX_COO|10}
Dense (DNS) {LIS_MATRIX_DNS|11}

lis(3)

http://www.ssisc.org/lis/

6 Sep 2012 Man Page

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.