Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rank()
[4/5]
size_t
MatrixOps::rank
(
const
DMatZZGMP
&
A
)
inline
Definition at line
780
of file
mat-linalg.hpp
.
781
{
782
FlintZZMat
A1(A);
783
return
fmpz_mat_rank(A1.value());
784
}
FlintZZMat
RAII wrapper around FLINT's fmpz_mat_t for translating dense ZZ-coefficient matrices between the engi...
Definition
dmat-qq-interface-flint.hpp:57
References
FlintZZMat::value()
.
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0