|
MADNESS 0.10.1
|


Public Member Functions | |
| WriteCoeffImpl (const int k, std::ostream &out) | |
| WriteCoeffImpl (const int k, std::ostream &out) | |
| void | operator() (const Key< D > &key, const Tensor< T > &t) const |
| void | operator() (const Key< D > &key, const Tensor< T > &t) const |
Public Member Functions inherited from madness::Mutex | |
| Mutex (int junk=0) | |
| Make and initialize a mutex ... initial state is unlocked. | |
| virtual | ~Mutex () |
| void | lock () const |
| Acquire the mutex waiting if necessary. | |
| pthread_mutex_t * | ptr () const |
| Return a pointer to the pthread mutex for use by a condition variable. | |
| bool | try_lock () const |
| Try to acquire the mutex ... return true on success, false on failure. | |
| void | unlock () const |
| Free a mutex owned by this thread. | |
Private Attributes | |
| const int | k |
| std::ostream & | out |
|
inline |
|
inline |
|
inline |
References madness::nonlinear_vector_solver(), and WriteCoeffImpl< T, D >::out.
|
inline |
References madness::nonlinear_vector_solver(), and WriteCoeffImpl< T, D >::out.
Referenced by WriteCoeffImpl< T, D >::operator()().