Macaulay2 Engine
Loading...
Searching...
No Matches
◆
SMat()
[2/4]
template<typename
CoeffRing
>
SMat
<
CoeffRing
>::SMat
(
const
CoeffRing
&
coeffR0
,
size_t
nrows
,
size_t
ncols
)
Definition at line
823
of file
smat.hpp
.
824
:
coeffR
(&
coeffR0
),
nrows_
(
nrows
),
ncols_
(
ncols
)
825
{
826
initialize
(
nrows
,
ncols
, 0);
827
}
SMat::nrows_
size_t nrows_
Definition
smat.hpp:232
SMat::initialize
void initialize(size_t nrows, size_t ncols, sparsevec **cols)
Definition
smat.hpp:837
SMat::ncols_
size_t ncols_
Definition
smat.hpp:233
SMat::coeffR
const CoeffRing * coeffR
Definition
smat.hpp:231
SMat
Definition
smat.hpp:43
References
coeffR
,
initialize()
,
ncols_
, and
nrows_
.
SMat
Generated on
for Macaulay2 Engine by
1.15.0