#include <iostream>#include "Nemesis/gtest/nemesis_gtest.hh"#include "Origen/Core/dc/FakeFactory.h"#include "Origen/Core/dc/TransitionMatrixP.h"#include "Origen/Core/io/LibraryIO.h"#include "Origen/Solver/radau5/src/kernel_radau5.hpp"#include "ScaleUtils/IO/nprintf.h"Typedefs | |
| typedef std::vector< int > | Vec_Int |
| typedef std::vector< double > | Vec_Dbl |
Functions | |
| TEST (tstSolverRadau5, test) | |
Typedef Documentation
| typedef std::vector<int> Vec_Int |
- Examples:
- tstKernelRadau5C.cpp.
| typedef std::vector<double> Vec_Dbl |
- Examples:
- tstKernelRadau5C.cpp.
Function Documentation
| TEST | ( | tstSolverRadau5 | , |
| test | |||
| ) |
- Examples:
- tstKernelRadau5C.cpp.
References kernel_radau5(), FakeFactory::Library_scale_pwr(), and Library::newsp_transition_matrix_at().

1.8.10