#include <time.h>
#include "myenv.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <iostream.h>
#include <fstream.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Include dependency graph for myenv.cpp:
Go to the source code of this file.
Namespaces | |
namespace | linalg |
Functions | |
const char * | xgetenv (const char *name, const char *default_value) |
void | _error (const char *message,...) |
void | message (const char *text,...) |
size_t | get_file_size (const char *file_name, GFS_Default &on_error) |
char * | xstrncpy (char *dest, const char *src, const int len) |
int | to_lower (const char c) |
bool | does_start_with_ci (const char *s1, const char *s2) |
double | pow (long x, long y) |
double | pow (double x, long y) |
double | start_timer (void) |
double | return_elapsed_time (const double last_time) |
Variables | |
const char | _Minuses [] |
const char | _Asteriscs [] |
const char | _Equals [] |
GFS_Default | GFS_default |
time_t | time_set |
|
Here is the call graph for this function:
|
Definition at line 221 of file myenv.cpp. References linalg::to_lower(). |
Here is the call graph for this function:
|
|
|
Definition at line 144 of file myenv.cpp. Referenced by linalg::_error(), linalg::SVD_inv_mult::fill_in(), linalg::SVD::info(), linalg::ALInterp::interpolate(), linalg::Matrix::print(), and linalg::verify_element_value(). |
|
|
|
|
|
Definition at line 320 of file myenv.cpp. References linalg::time_set. |
|
Definition at line 312 of file myenv.cpp. References linalg::time_set. |
|
Definition at line 213 of file myenv.cpp. Referenced by linalg::does_start_with_ci(). |
|
Definition at line 82 of file myenv.cpp. References linalg::_error(). |
Here is the call graph for this function:
|
|
|
Initial value: "\ *******************************************************************************" |
|
Initial value: "\ ===============================================================================" |
|
Initial value: "\ -------------------------------------------------------------------------------" Definition at line 61 of file myenv.cpp. Referenced by linalg::Matrix::print(). |
|
|
|
Definition at line 310 of file myenv.cpp. Referenced by linalg::return_elapsed_time(), and linalg::start_timer(). |