source: git/Singular/ipprint.h @ 584b82

spielwiese
Last change on this file since 584b82 was 2ffd25, checked in by Hans Schoenemann <hannes@…>, 6 years ago
introduce smatrix (sparse matrix)
  • Property mode set to 100644
File size: 454 bytes
Line 
1#ifndef IPPRINT_H
2#define IPPRINT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT: interpreter: printing
8*/
9#include "kernel/structs.h"
10
11class sleftv; typedef sleftv * leftv;
12
13BOOLEAN jjPRINT(leftv res, leftv u);
14BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
15BOOLEAN jjDBPRINT(leftv res, leftv u);
16
17void ipPrint_MA0(matrix m, const char *name);
18#endif
19
Note: See TracBrowser for help on using the repository browser.