Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rawMutableComplex()
MutableComplex
* rawMutableComplex
(
const engine_RawMutableMatrixArray
M
)
Definition at line
282
of file
mutablecomplex.cpp
.
283
{
284
VECTOR
(
MutableMatrix
*) D;
285
for
(
int
i = 0; i < M->len; ++i) D.push_back(M->array[i]);
286
return
new
MutableComplex
(D);
287
}
MutableComplex
Sequence of MutableMatrix differentials representing an in-progress chain complex,...
Definition
mutablecomplex.hpp:70
MutableMatrix
Abstract base class for mutable matrices over an arbitrary engine Ring, the in-place counterpart of t...
Definition
mat.hpp:79
VECTOR
#define VECTOR(T)
Definition
newdelete.hpp:78
References
VECTOR
.
Macaulay2
e
engine.h
Generated on
for Macaulay2 Engine by
1.15.0