Macaulay2 Engine
Loading...
Searching...
No Matches
◆
entry()
[2/2]
template<typename ACoeffRing>
const
ElementType
&
DMat
< ACoeffRing >::entry
(
size_t
row
,
size_t
column
) const
inline
Definition at line
152
of file
dmat.hpp
.
153
{
154
return
*(
mRowPointers
[
row
] +
column
);
155
}
DMat::mRowPointers
std::vector< ElementType * > mRowPointers
Definition
dmat.hpp:178
DMat
Definition
dmat.hpp:62
DMat
Generated on
for Macaulay2 Engine by
1.15.0