MyMatrix example 1.0
MyMatrix example
Loading...
Searching...
No Matches
D:/User/Nacho/Mecatronica/C2-CSSD/ProgramacionCpp/Ej1Matrix/MyMatrix.cpp File Reference
#include "MyMatrix.h"
#include <sstream>
#include <iomanip>
#include <string.h>
#include <math.h>
#include <iostream>

Macros

#define DEBUG_CONSTRUCTORS_DESTRUCTORS
 
#define JUMPSPACES(pt)   while (*pt==' ' || *pt=='\t' || *pt=='\r' || *pt=='\n') pt++;
 

Macro Definition Documentation

◆ DEBUG_CONSTRUCTORS_DESTRUCTORS

#define DEBUG_CONSTRUCTORS_DESTRUCTORS

◆ JUMPSPACES

#define JUMPSPACES ( pt)    while (*pt==' ' || *pt=='\t' || *pt=='\r' || *pt=='\n') pt++;

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const MyMatrix & m )
related

◆ operator>>()

std::istream & operator>> ( std::istream & in,
MyMatrix & m )
related

◆ SetPrecisionAndFormat()

std::ostream & SetPrecisionAndFormat ( std::ostream & out,
int nDigits,
int nDecimals )
related