GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lo-sysinfo.cc File Reference
#include <sstream>
#include <string>
#include "f77-fcn.h"
#include "lo-sysinfo.h"
#include "oct-shlib.h"
Include dependency graph for lo-sysinfo.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::sys
 

Macros

#define STRINGIZE(x)   xSTRINGIZE(x)
 
#define xSTRINGIZE(x)   #x
 

Functions

std::string octave::sys::blas_version (void)
 
std::string octave::sys::lapack_version (void)
 

Macro Definition Documentation

◆ STRINGIZE

#define STRINGIZE (   x)    xSTRINGIZE(x)

Definition at line 36 of file lo-sysinfo.cc.

Referenced by octave::sys::lapack_version().

◆ xSTRINGIZE

#define xSTRINGIZE (   x)    #x

Definition at line 35 of file lo-sysinfo.cc.