Hi:
I have encountered a problem associated with meschach linear algebra library. The problem accours when I am trying to read measchah permutation from a file using px_finput directive. In particular, I receive a message
"matrixio.c", line 261: incorrect format input in function bpx_finput()
when trying to read the permutation form a file using
PERM *p;
FILE *pfp;
px_finput(pfp,p);
Has anyone encountered this problem before. I will greatly appreciate any insight or help in
this matter.
Thank you
I have encountered a problem associated with meschach linear algebra library. The problem accours when I am trying to read measchah permutation from a file using px_finput directive. In particular, I receive a message
"matrixio.c", line 261: incorrect format input in function bpx_finput()
when trying to read the permutation form a file using
PERM *p;
FILE *pfp;
px_finput(pfp,p);
Has anyone encountered this problem before. I will greatly appreciate any insight or help in
this matter.
Thank you