1#ifndef LINEARALGEBRA_SRC_MOLPRO_LINALG_OPTIONS_H_
2#define LINEARALGEBRA_SRC_MOLPRO_LINALG_OPTIONS_H_
4#include <molpro/Options.h>
13const std::shared_ptr<const molpro::Options>
options();
void set_options(const molpro::Options &options)
Set the options for iterative-solver.
Definition: options.cpp:11
const std::shared_ptr< const molpro::Options > options()
Get the Options object associated with iterative-solver.
Definition: options.cpp:4