void FindReverseCuthillMcKeeOrdering(const Matrix< T, Prop, Storage, Allocator > &A, Vector< Tint, VectFull, Alloc > &num)
Constructs reverse Cuthill-McKee ordering from a given matrix.
void FindSparseOrdering(Matrix< T, Prop, Storage, Allocator > &A, Vector< Tint, VectFull, Alloc > &num, int type)
Constructs an ordering for the factorization of a sparse matrix.