Miscellaneous

int32_t danceq::internal::ShellMatrix::info(const bool print_output = true, const std::string pre = "") const

Prints info and checks data.

Parameters:
  • print_output – Prints output if true

  • pre – String printed in front of the output

Returns:

error_code

uint64_t danceq::internal::ShellMatrix::get_dim(void) const

Returns dim.

Returns:

dim

uint64_t danceq::internal::ShellMatrix::get_mydim(void) const

Returns the local dimension.

This is only available with MPI.

Returns:

mydim

uint64_t danceq::internal::ShellMatrix::get_start(void) const

Returns the beginning of the rank’s part.

This is only available with MPI.

Returns:

start

uint64_t danceq::internal::ShellMatrix::get_end(void) const

Returns the end of the rank’s part.

This is only available with MPI.

Returns:

end