fmpq_vec.h – vectors over rational numbers¶
Description.
Memory management¶
Randomisation¶
Conversions¶
Dot product¶
Input and output¶
-
int
_fmpq_vec_fprint
(FILE * file, const fmpq * vec, slong len)¶ Prints the vector of given length to the stream
file
. The format is the length followed by two spaces, then a space separated list of coefficients. If the length is zero, only \(0\) is printed.In case of success, returns a positive value. In case of failure, returns a non-positive value.