Struct ComputeOptionsDTO

Struct Documentation

struct ComputeOptionsDTO

Options received from I/O that optimizes computation performance based on input data and hardware configuration. Can either be overriden by the user or intelligently determined at runtime if not set.

Public Functions

inline bool IsInitialized() const

Public Members

boost::optional<bool> isFileSystemCacheEnabled

Enables caching of expensive calculations to the filesystem.

boost::optional<bool> useIntermediateBuffer
boost::optional<bool> useCusolver