| Top |
Functions
| NcmMPIJobTest * | ncm_mpi_job_test_new () |
| NcmMPIJobTest * | ncm_mpi_job_test_ref () |
| void | ncm_mpi_job_test_free () |
| void | ncm_mpi_job_test_clear () |
| void | ncm_mpi_job_test_set_rand_vector () |
Functions
ncm_mpi_job_test_new ()
NcmMPIJobTest *
ncm_mpi_job_test_new (void);
Creates a new NcmMPIJobTest object.
ncm_mpi_job_test_ref ()
NcmMPIJobTest *
ncm_mpi_job_test_ref (NcmMPIJobTest *mjt);
Increase the reference of mjt
by one.
ncm_mpi_job_test_free ()
void
ncm_mpi_job_test_free (NcmMPIJobTest *mjt);
Decrease the reference count of mjt
by one.
ncm_mpi_job_test_clear ()
void
ncm_mpi_job_test_clear (NcmMPIJobTest **mjt);
Decrease the reference count of mjt
by one, and sets the pointer *mjt
to
NULL.
ncm_mpi_job_test_set_rand_vector ()
void ncm_mpi_job_test_set_rand_vector (NcmMPIJobTest *mjt,const guint len,NcmRNG *rng);
Sets a random vector of length len
in mjt
.
Property Details
The “vector” property
“vector” NcmVector *
vector.
Owner: NcmMPIJobTest
Flags: Read / Write / Construct