COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
copp::MatrixRef Member List

This is the complete list of members for copp::MatrixRef, including all inherited members.

cols() const noexceptcopp::MatrixRefinline
column_major(double *data, std::size_t rows, std::size_t cols) noexceptcopp::MatrixRefinlinestatic
data() const noexceptcopp::MatrixRefinline
leading_dim() const noexceptcopp::MatrixRefinline
MatrixRef() noexcept=defaultcopp::MatrixRef
MatrixRef(double *data, std::size_t rows, std::size_t cols, std::size_t leading_dim) noexceptcopp::MatrixRefinline
operator()(std::size_t row, std::size_t col) const noexceptcopp::MatrixRefinline
rows() const noexceptcopp::MatrixRefinline
strided_column_major(double *data, std::size_t rows, std::size_t cols, std::size_t leading_dim) noexceptcopp::MatrixRefinlinestatic