The `cpp api.MatrixWorkspace_const_sptr` is a constant smart pointer object provided by the C++ API. It allows users to access and manipulate a matrix workspace in read-only mode. A matrix workspace is a data structure commonly used in numerical computations and data analysis, consisting of matrices and associated metadata. By using `cpp api.MatrixWorkspace_const_sptr`, users can perform various operations on the matrix workspace, such as retrieving matrix sizes and values, accessing metadata, or performing mathematical calculations.
C++ (Cpp) MatrixWorkspace_const_sptr - 30 examples found. These are the top rated real world C++ (Cpp) examples of api::MatrixWorkspace_const_sptr extracted from open source projects. You can rate examples to help us improve the quality of examples.