GMatOrderConstrained

This function creates an ordering which places all interior variables before variables eliminated by constraints.

Synopsis

#include "gvec.h" 
int GMatOrderConstrained(GMat mat, MatOrderingType type, IS *rowIS, IS *colIS)

Input Paramter

mat -The grid matrix
type -The reordering type

Output Paramter

rowIS -The row reordering
colIS -The column reordering

Keywords

wrds grid matrix, constraint

See Also

GMatGetDiagonalConstrained()

Level:advanced
Location:
src/gvec/interface/gmat.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages