AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
AbstractLinAlgPack::BasisSystemTesterSetOptions Class Reference

Set options for BasisSystemTester from an OptionsFromStream object. More...

#include <AbstractLinAlgPack_BasisSystemTesterSetOptions.hpp>

Inheritance diagram for AbstractLinAlgPack::BasisSystemTesterSetOptions:
Inheritance graph
[legend]

Public Member Functions

 BasisSystemTesterSetOptions (BasisSystemTester *target=0, const char opt_grp_name[]="BasisSystemTester")
 

Protected Member Functions

void setOption (int option_num, const std::string &option_value)
 Overridden from SetOptionsFromStreamNode. More...
 

Detailed Description

Set options for BasisSystemTester from an OptionsFromStream object.

The default options group name is BasisSystemTester.

The options group is:

  options_group BasisSystemTester {
      print_tests = PRINT_NONE;
  *    print_tests = PRINT_BASIC;
  *    print_tests = PRINT_MORE;
  *    print_tests = PRINT_ALL;
  *    dump_all = true;
      dump_all = false;
      throw_exception = true;
  *    throw_exception = false;
      num_random_tests = 1;
      warning_tol = 1e-14;
      error_tol   = 1e-10;
  }

Definition at line 75 of file AbstractLinAlgPack_BasisSystemTesterSetOptions.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::BasisSystemTesterSetOptions::BasisSystemTesterSetOptions ( BasisSystemTester target = 0,
const char  opt_grp_name[] = "BasisSystemTester" 
)

Member Function Documentation

void AbstractLinAlgPack::BasisSystemTesterSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 85 of file AbstractLinAlgPack_BasisSystemTesterSetOptions.cpp.


The documentation for this class was generated from the following files: