![]() |
|
Hello world class – uses object from generic library. More...
#include <hello_world.h>
Public Member Functions | |
| JacksHelloWorld () | |
| Constructor. More... | |
| void | say_it_inline () |
| Say it inline. More... | |
| void | say_it_external () |
| Say it externally. More... | |
Private Attributes | |
| DenseMatrix< double > | Some_matrix |
| Private full matrix. More... | |
Hello world class – uses object from generic library.
|
inline |
Constructor.
References oomph::DenseMatrix< T >::resize(), and Some_matrix.
| void oomph::JacksHelloWorld::say_it_external | ( | ) |
Say it externally.
References oomph::DenseMatrix< T >::nrow(), oomph::oomph_info, and Some_matrix.
Referenced by main().
|
inline |
Say it inline.
References oomph::DenseMatrix< T >::nrow(), oomph::oomph_info, and Some_matrix.
Referenced by main().
|
private |
Private full matrix.
Referenced by JacksHelloWorld(), say_it_external(), and say_it_inline().