version
0.0.1
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
cxx
include
mspass
utility
utility.h
1
#ifndef _MSPASS_UTILITY_BASE_H_
2
#define _MSPASS_UTILITY_BASE_H_
3
/* This header is to contain assorted useful C and C++ procedures
4
appropriate for the tag utility.h. */
5
#include <mspass/utility/dmatrix.h>
6
#include <string>
7
namespace
mspass {
8
namespace
utility {
21
std::string data_directory();
30
std::vector<double> normalize_rows(
const
mspass::utility::dmatrix
&d);
39
std::vector<double> normalize_columns(
const
mspass::utility::dmatrix
&d);
40
}
// namespace utility
41
}
// namespace mspass
42
#endif
mspass::utility::dmatrix
Lightweight, simple matrix object.
Definition
dmatrix.h:104
Generated by
1.9.8