Macaulay2 Engine
Loading...
Searching...
No Matches
◆
displayMat()
[2/2]
template<typename Mat>
void displayMat
(
const Mat &
A
)
Definition at line
82
of file
mat-util.hpp
.
83
{
84
buffer
o;
85
displayMat
(o, A);
86
emit
(o.
str
());
87
}
buffer::str
char * str()
Definition
buffer.hpp:72
buffer
Definition
buffer.hpp:55
displayMat
void displayMat(buffer &o, const Mat &A)
Definition
mat-util.hpp:43
emit
void emit(const char *s)
Definition
text-io.cpp:41
References
displayMat()
,
emit()
, and
buffer::str()
.
Macaulay2
e
mat-util.hpp
Generated on
for Macaulay2 Engine by
1.15.0