#include <udefs.hpp>
Public Attributes | |
| int | sock_id |
| The file descriptor of the socket. | |
| eqn_cruncher::matrix_t * | pmat |
| A pointer to the matrix. | |
| double * | pres |
| Pointer to buffer to store the result in. | |
| pthread_t | remote_thr |
| The unique thread identifier of the thread executing the current operation. | |
| int | col_no |
| The columen number of the matrix which has to be replaced by the column matrix *prhs. | |
| const std::vector< double > * | prhs |
| A pointer to the column matrix representing the the RHS of the system of linear equations. | |
| int | done_flag |
|
|
The columen number of the matrix which has to be replaced by the column matrix *prhs.
|
|
|
|
|
|
A pointer to the matrix.
|
|
|
Pointer to buffer to store the result in.
|
|
|
A pointer to the column matrix representing the the RHS of the system of linear equations.
|
|
|
The unique thread identifier of the thread executing the current operation.
|
|
|
The file descriptor of the socket.
|
1.2.18