Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
22924: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed May 11, 2017
1 parent a75ec91 commit 0b082c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/libs/linbox/linbox_flint_interface.pyx
Expand Up @@ -7,7 +7,7 @@ Interface between flint matrices and linbox
This module only contains C++ code (and the interface is fully C
compatible). It basically contains what used to be in the LinBox
source code under interfaces/sage/linbox-Sage.C written by M. Albrecht
source code under interfaces/sage/linbox-sage.C written by M. Albrecht
and C. Pernet. The functions available are:
- ``void linbox_fmpz_mat_mul(fmpz_mat_t C, fmpz_mat_t A, fmpz_mat_t B)``: set
Expand Down Expand Up @@ -125,7 +125,7 @@ cdef extern from "linbox/solutions/det.h":
###############################################################################


# set the entries of A from m (no allocation preformed)
# set the entries of A from m (no allocation performed)
# NOTE: this function is not part of the interface (ie the .pxd file) to keep the
# module C-compatible
cdef void fmpz_mat_get_linbox(LinBoxIntegerDenseMatrix& A, fmpz_mat_t m):
Expand Down

0 comments on commit 0b082c2

Please sign in to comment.