|
ug4
|
Go to the source code of this file.
Namespaces | |
| namespace | 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) |