GMatGetDiagonalConstrained

This function returns the diagonal of a constrained matrix.

Synopsis

#include "gvec.h" 
int GMatGetDiagonalConstrained(GMat mat, GVec diag)

Input Paramter

mat -The grid matrix

Output Paramter

diag -A constrained grid vector containing the diagonal elements

Keywords

wrds grid matrix, constraint

See Also

MatGetDiagonal()

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