This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
#include <flens/flens.h>
#include <string>
#include <ctime>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cstdlib>
#include "auexcept.h"
#include "denormal.h"
Go to the source code of this file.
Namespaces | |
namespace | aureservoir |
Data Structures | |
struct | aureservoir::SPMatrix< T > |
typedef trait class of a real sparse matrix with type T More... | |
struct | aureservoir::DEMatrix< T > |
typedef trait class of a real dense matrix with type T More... | |
struct | aureservoir::DEVector< T > |
typedef trait class of a real dense vector with type T More... | |
struct | aureservoir::CDEVector< T > |
typedef trait class of a complex dense vector with type T More... | |
class | aureservoir::Rand< T > |
template class for random number generation More... | |
Functions | |
double | aureservoir::stringToDouble (const string &s) throw (AUExcept) |
int | aureservoir::stringToInt (const string &s) throw (AUExcept) |