Macaulay2 Engine
Loading...
Searching...
No Matches

◆ debug_out()

template<typename RT>
void LUUtil< RT >::debug_out ( const Mat & M)
inline

Definition at line 73 of file dmat-lu-inplace.hpp.

74 {
75 buffer o;
76 displayMat(o, M);
77 std::cout << o.str() << std::endl;
78 }
void displayMat(buffer &o, const Mat &A)
Definition mat-util.hpp:43

References displayMat(), and buffer::str().