MCL
A C++ library mirroring some of the most common Matlab functions.
|
This is the complete list of members for mcl::Matrix< T >, including all inherited members.
data() noexcept | mcl::Matrix< T > | inline |
GetColumn(Int index_column) const noexcept | mcl::Matrix< T > | inline |
GetElement(const Int &index_row, const Int &index_column) const noexcept | mcl::Matrix< T > | inline |
GetRow(Int index_row) const noexcept | mcl::Matrix< T > | inline |
Load(std::string file_name) | mcl::Matrix< T > | inlinestatic |
Matrix() noexcept | mcl::Matrix< T > | inline |
Matrix(Int num_rows, Int num_columns) noexcept | mcl::Matrix< T > | inline |
Matrix(const std::vector< std::vector< T > > vectors) noexcept | mcl::Matrix< T > | inline |
num_columns() const noexcept | mcl::Matrix< T > | inline |
num_rows() const noexcept | mcl::Matrix< T > | inline |
Ones(Int number_of_rows, Int number_of_columns) noexcept | mcl::Matrix< T > | inlinestatic |
Ones(Int matrix_dimension) noexcept | mcl::Matrix< T > | inlinestatic |
Save(std::string file_name, mcl::Int precision=5) | mcl::Matrix< T > | inline |
Serial() const noexcept | mcl::Matrix< T > | inline |
SetColumn(Int index_column, std::vector< T > column) noexcept | mcl::Matrix< T > | inline |
SetElement(const Int &index_row, const Int &index_column, const T &element) noexcept | mcl::Matrix< T > | inline |
SetRow(Int index_row, std::vector< T > row) noexcept | mcl::Matrix< T > | inline |