.TH BSset_mat_symmetric 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSset_mat_symmetric \- Set the matrix symmetry. .SH INPUT PARAMETERS .PD 0 .TP .B BSspmat - The matrix .PD 1 .PD 0 .TP .B sym - If TRUE, the matrx is supposed to be symmetric .PD 1 .SH RETURNS void .SH NOTES MUST be called before BSmain_perm(). .SH SYNOPSIS .nf void BSset_mat_symmetric(BSspmat *A, int sym) .fi .SH LOCATION BlockSolve95/src/BScontext.c