ug4
print.h File Reference
#include "densematrix.h"
#include <string>
#include <sstream>
#include "common/log.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<typename TStorage >
std::string ug::CPPString (const DenseMatrix< TStorage > &A, const char *name)
 
template<typename TStorage >
std::string ug::JuliaString (const DenseMatrix< TStorage > &A, const char *name)
 
template<typename TStorage >
void ug::MaplePrint (const DenseMatrix< TStorage > &A, const char *name)
 
template<typename TStorage >
std::string ug::MatlabString (const DenseMatrix< TStorage > &A, const char *name)
 
template<typename TStorage >
std::string ug::NonzeroString (const DenseMatrix< TStorage > &A, const char *brackets, const char *seperator, int base, const char *name)