#include "CoolPropTools.h"
#include <pwd.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "CoolProp.h"
#include "CPState.h"
#include "TTSE.h"
#include <vector>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <streambuf>
#include <time.h>
#include <errno.h>
#include <cerrno>
#include <float.h>
Go to the source code of this file.
std::string get_home_dir |
( |
void |
| ) |
|
bool isbetween |
( |
double |
x1, |
|
|
double |
x2, |
|
|
double |
x |
|
) |
| |
std::string join |
( |
std::vector< std::string > |
strings, |
|
|
char |
delim |
|
) |
| |
void make_dirs |
( |
std::string |
file_path | ) |
|
void matrix_vector_product |
( |
std::vector< double > * |
x, |
|
|
std::vector< double > * |
y |
|
) |
| |
bool pathExists |
( |
std::string |
path | ) |
|