#include <oct-spparms.h>
Public Member Functions | |
octave_sparse_params (const octave_sparse_params &a) | |
octave_sparse_params & | operator= (const octave_sparse_params &a) |
~octave_sparse_params (void) | |
Static Public Member Functions | |
static bool | instance_ok (void) |
static void | defaults (void) |
static void | tight (void) |
static string_vector | get_keys (void) |
static ColumnVector | get_vals (void) |
static bool | set_vals (const NDArray &vals) |
static bool | set_key (const std::string &key, const double &val) |
static double | get_key (const std::string &key) |
static double | get_bandden (void) |
static void | print_info (std::ostream &os, const std::string &prefix) |
Protected Member Functions | |
octave_sparse_params (void) |
octave_sparse_params::octave_sparse_params | ( | void | ) | [inline, protected] |
octave_sparse_params::octave_sparse_params | ( | const octave_sparse_params & | a | ) | [inline] |
octave_sparse_params::~octave_sparse_params | ( | void | ) | [inline] |
void octave_sparse_params::defaults | ( | void | ) | [static] |
double octave_sparse_params::get_bandden | ( | void | ) | [static] |
double octave_sparse_params::get_key | ( | const std::string & | key | ) | [static] |
string_vector octave_sparse_params::get_keys | ( | void | ) | [static] |
ColumnVector octave_sparse_params::get_vals | ( | void | ) | [static] |
bool octave_sparse_params::instance_ok | ( | void | ) | [static] |
octave_sparse_params& octave_sparse_params::operator= | ( | const octave_sparse_params & | a | ) | [inline] |
void octave_sparse_params::print_info | ( | std::ostream & | os, | |
const std::string & | prefix | |||
) | [static] |
bool octave_sparse_params::set_key | ( | const std::string & | key, | |
const double & | val | |||
) | [static] |
void octave_sparse_params::tight | ( | void | ) | [static] |